make style changes to keep images from pushing out of the edges of the content column
This commit is contained in:
@ -203,6 +203,10 @@ article>p {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog-post img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.pages-article>p{
|
.pages-article>p{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
layout: layout/base.njk
|
layout: layout/base.njk
|
||||||
---
|
---
|
||||||
|
|
||||||
<article>{{ content | safe}}</article>
|
<article class="blog-post">{{ content | safe}}</article>
|
Reference in New Issue
Block a user