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;
|
||||
}
|
||||
|
||||
.blog-post img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.pages-article>p{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user