From f2c540b27ba6dcfcd93a3f7079fe4e6f06bddd27 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 27 Jan 2016 22:31:24 -0800 Subject: [PATCH] CSS --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index beb7f74..af9fbba 100755 --- a/css/main.css +++ b/css/main.css @@ -6,12 +6,12 @@ body { font-size:12px; - line-height:1.5em; + line-height:1.8em; letter-spacing: 0.02em; } h1, h2, h3, h4, h5, h6 { font-family:lettergothic; - font-size: 1em; + /*font-size: 1em;*/ color:#000; font-weight:bold; margin: 1em 0; @@ -28,7 +28,7 @@ h1 a { } h2{ margin:3em 0 2em 0; - font-size:1em; + font-size:1.5em; } .post h2::before, .post h2::after { -- 2.34.1