From 5dc43301e9531ef4860d4b5d22efcfa94955e1b4 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Thu, 28 Aug 2014 21:56:14 -0400 Subject: Visual improvements to the font weight of headers --- style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 71fc36c..155e32c 100755 --- a/style.scss +++ b/style.scss @@ -45,19 +45,18 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 32px; + font-size: 30px; a { color: inherit; } } h2 { - font-weight: 400; font-size: 24px; } h3 { - font-size: 18px; + font-size: 20px; } h4 { -- cgit v1.2.3