make style changes to keep images from pushing out of the edges of the content column

This commit is contained in:
2023-03-01 02:28:25 +10:30
committed by GitHub
parent b0cb2eb95b
commit becca700e8
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,4 @@
layout: layout/base.njk
---
<article>{{ content | safe}}</article>
<article class="blog-post">{{ content | safe}}</article>