diff options
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; } |