From 6abf49094e32108b9ce37aad35efdc01258f076d Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 19:00:30 -0400 Subject: Slightly toning down h2s again --- _layouts/default.html | 2 +- scss/style.scss | 3 ++- style.css | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index e4fb5cb..8fde70d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -63,4 +63,4 @@ {% include analytics.html %} - + \ No newline at end of file diff --git a/scss/style.scss b/scss/style.scss index 632936f..602fbfe 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -50,7 +50,8 @@ h1 { } h2 { - font-size: 22px; + font-weight: 400; + font-size: 24px; } h3 { diff --git a/style.css b/style.css index 36780ae..e537b2b 100644 --- a/style.css +++ b/style.css @@ -64,7 +64,8 @@ h1 { color: inherit; } h2 { - font-size: 22px; } + font-weight: 400; + font-size: 24px; } h3 { font-size: 18px; -- cgit v1.2.3