diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-22 13:28:09 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-22 13:28:09 -0300 |
commit | 75eee3bdbfecd65c1f7b08503e1375b778d7217f (patch) | |
tree | c5879bd2e48a9b88c31d0282cd7d9b11375e67d7 /_includes/post.njk | |
parent | 96e4cef2bd94d2dc5c99c8c03dc7973996e5e237 (diff) | |
download | mccd.space-75eee3bdbfecd65c1f7b08503e1375b778d7217f.tar.gz mccd.space-75eee3bdbfecd65c1f7b08503e1375b778d7217f.tar.bz2 mccd.space-75eee3bdbfecd65c1f7b08503e1375b778d7217f.zip |
fix padding on mobile
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> |