diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:53:50 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:53:50 -0300 |
commit | fba57e5474c01d1cbabf90ddb21f4eaa6499825b (patch) | |
tree | 614533f852fd65da4ebfcb4d2a665d3c0bbc6478 | |
parent | e6cd344982c33dbdd2d017b7b5573878f5d8790d (diff) | |
download | mccd.space-fba57e5474c01d1cbabf90ddb21f4eaa6499825b.tar.gz mccd.space-fba57e5474c01d1cbabf90ddb21f4eaa6499825b.tar.bz2 mccd.space-fba57e5474c01d1cbabf90ddb21f4eaa6499825b.zip |
Add some more margin
Diffstat (limited to '')
-rw-r--r-- | _includes/post.njk | 2 | ||||
-rw-r--r-- | css/main.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/_includes/post.njk b/_includes/post.njk index 0e75a54..1ac5581 100644 --- a/_includes/post.njk +++ b/_includes/post.njk @@ -18,7 +18,7 @@ tag: post </head> <body style="overflow-y: scroll"> - <a href="/" style="margin-left:1.5rem; margin-top: 1.8rem; display: block; position: fixed; "class="link article-m" > + <a href="/" style="margin-left:1.5rem; display: block; position: fixed; "class="link article-m" > ߸ </a> <div class="side-margin" style="margin-left:4rem; display: flex; flex-direction: column; max-width: 40rem"> diff --git a/css/main.css b/css/main.css index 7d96622..f250cf9 100644 --- a/css/main.css +++ b/css/main.css @@ -50,6 +50,7 @@ color: black; font-weight: 700; padding: 0px; + margin-top: 2.8rem; } .article-m:hover { @@ -76,7 +77,7 @@ h1 { font-family: "Times New Roman", Serif; font-weight: 700; font-size: 20px; - margin-top: 2rem; + margin-top: 3.0rem; line-height: 1.5; } |