blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 1bbe972155dcdc6b588cd3a5e74fea71dddd504d
parent 5d754582f7a43d91178bcab24ec53662ed367bce
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 29 Mar 2020 01:20:20 -0500

Simplify CSS

Diffstat:
Mlayouts/partials/css/custom.css | 11+----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -7,16 +7,7 @@ textarea {
     width: 100%;
     box-sizing: border-box;
 }
-h1 {
-    font-size: 180%;
-}
-header nav {
-    margin-top: -1.5em;
-}
-header nav, figcaption {
-    font-size: 90%;
-}
 article article {
-    margin-bottom: 1em;
+    padding-top: 1em;
     border-top: 1px dotted;
 }