aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-03-27 10:52:30 -0600
committerMarc Coquand <marc@mccd.space>2024-03-27 10:52:30 -0600
commitb18731ea35a9c04ea8dfc3ef2bf66b91afe014c0 (patch)
treef5a31c783b2d6fe3f6bea009e6f42dfc69dc49df /_includes
parent30ed3dc6e2e8ea27b5effff60120e6f0aba14bff (diff)
downloadmccd.space-b18731ea35a9c04ea8dfc3ef2bf66b91afe014c0.tar.gz
mccd.space-b18731ea35a9c04ea8dfc3ef2bf66b91afe014c0.tar.bz2
mccd.space-b18731ea35a9c04ea8dfc3ef2bf66b91afe014c0.zip
Update padding
Diffstat (limited to '_includes')
-rw-r--r--_includes/post.njk4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/post.njk b/_includes/post.njk
index 16a1205..52dc493 100644
--- a/_includes/post.njk
+++ b/_includes/post.njk
@@ -17,11 +17,11 @@ tag: post
<title>{{ title }}</title>
</head>
- <body style="overflow-y: scroll; overflow-x: scroll">
+ <body style="overflow-y: scroll; overflow-x: scroll; ">
<a href="/" style="margin-left:1.5rem; display: block; position: fixed; "class="link article-m" >
߸
</a>
- <div style="padding-left:3.7rem; display: flex; flex-direction: column; max-width: 40rem; padding-right: 1rem">
+ <div style="padding-left:3.7rem; display: flex; flex-direction: column; padding-bottom: 5rem; max-width: 40rem; padding-right: 1rem">
<h1>{{title}}</h1>
{{ content | safe }}
</div>