diff options
Diffstat (limited to '_includes/post.njk')
-rw-r--r-- | _includes/post.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post.njk b/_includes/post.njk index 5ab56a9..4b45e29 100644 --- a/_includes/post.njk +++ b/_includes/post.njk @@ -21,7 +21,7 @@ tag: post <a href="/" style="margin-left:1.5rem; display: block; position: fixed; "class="link article-m" > ߸ </a> - <div style="padding-left:4rem; display: flex; flex-direction: column; max-width: 40rem"> + <div style="padding-left:4rem; display: flex; flex-direction: column; max-width: 40rem; padding-right: 1rem"> <h1>{{title}}</h1> {{ content | safe }} </div> |