make style changes to keep images from pushing out of the edges of the content column
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
<article>{{ content | safe}}</article>
|
||||
<article class="blog-post">{{ content | safe}}</article>
|
Reference in New Issue
Block a user