aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-01-21 09:02:15 -0600
committerMarc Coquand <marc@mccd.space>2024-01-21 09:02:15 -0600
commit6d77266d9810ec255e52755452be4678649cc7bf (patch)
tree1058b442fec0e534dda4771680b7503203da854b
parent1af2703f0198bc0089ed50417828939e077511ae (diff)
downloadmccd.space-6d77266d9810ec255e52755452be4678649cc7bf.tar.gz
mccd.space-6d77266d9810ec255e52755452be4678649cc7bf.tar.bz2
mccd.space-6d77266d9810ec255e52755452be4678649cc7bf.zip
Slightly lower the leftside padding
-rw-r--r--_includes/post.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post.njk b/_includes/post.njk
index ebdb822..16a1205 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; padding-right: 1rem">
+ <div style="padding-left:3.7rem; display: flex; flex-direction: column; max-width: 40rem; padding-right: 1rem">
<h1>{{title}}</h1>
{{ content | safe }}
</div>