diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-21 09:02:15 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-21 09:02:15 -0600 |
commit | 6d77266d9810ec255e52755452be4678649cc7bf (patch) | |
tree | 1058b442fec0e534dda4771680b7503203da854b /_includes/post.njk | |
parent | 1af2703f0198bc0089ed50417828939e077511ae (diff) | |
download | mccd.space-6d77266d9810ec255e52755452be4678649cc7bf.tar.gz mccd.space-6d77266d9810ec255e52755452be4678649cc7bf.tar.bz2 mccd.space-6d77266d9810ec255e52755452be4678649cc7bf.zip |
Slightly lower the leftside padding
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 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> |