blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit bbeda9c57420d03cd3da531bd4d1782ba45027ff
parent 511d9a80f863ac18e777c754a7e72609af1cc4c5
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 18:43:34 -0600

Increase header size and comment form spacing

Diffstat:
Mlayouts/partials/css/custom.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -5,7 +5,7 @@ input, textarea {
     border: 0;
     padding: 5px;
     border-radius: 0;
-    margin: 0.5em 0 0.5em 0;
+    margin: 0.5em 0 1em 0;
 }
 textarea {
     resize: vertical;
@@ -13,6 +13,9 @@ textarea {
     width: 100%;
     box-sizing: border-box;
 }
+header h1 {
+    font-size: 180%;
+}
 header h1, header h3 {
     margin-bottom: 0.1em;
 }