blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 964072319b8876d57f235c2435d0b4e595efc55f
parent 3f9fa28e8cf662fe2272f875751ecd1dad3a5a8d
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue,  7 Jan 2020 20:50:49 -0600

Remove CSS that are no longer necessary

Diffstat:
Mlayouts/partials/css/custom.css | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -1,12 +1,6 @@
 body {
     font-family: sans-serif;
 }
-article article, form, header  {
-    margin-bottom: 1em;
-}
-input, textarea {
-    margin: 0.5em 0 0.5em 0;
-}
 textarea {
     resize: vertical;
     min-height: 4em;
@@ -21,5 +15,6 @@ header nav {
     font-size: 90%;
 }
 article article {
+    margin-bottom: 1em;
     border-top: 1px dotted;
 }