hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 0e36bb8acdeb1b8ddcc0d8470998c610ca098d17
parent 75cef1b2e82e2e9b15c0b7c4e1a472a20f890ed0
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 14 Sep 2019 09:44:17 -0400

Remove excess white space on top

Diffstat:
Mlayouts/partials/css/style.css | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -27,13 +27,12 @@ body {
     background: var(--background-color);
     max-width: 70ch;
     margin: auto;
-    padding: 2ch;
+    padding: 0 1em 1em 1em;
     line-height: 1.5em;
 }
 /* header and footer areas */
 .menu {
     padding: 0;
-    line-height: 1.2em;
 }
 .menu li {
     display: inline-block;