From 159f8373059e4bc6d599e781d8cda1981a309216 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 3 Jul 2016 21:55:51 +0200 Subject: Use h1/h2 in content only (not in header) --- style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style/style.css') diff --git a/style/style.css b/style/style.css index 5fbf96f..a6d16c9 100644 --- a/style/style.css +++ b/style/style.css @@ -144,7 +144,7 @@ header { //font-family: 'Archivo Black', sans-serif; } -header h1, header h2 { +header .h1, header .h2 { margin: 0; letter-spacing: -0.025em; font-weight: normal; @@ -158,13 +158,13 @@ header svg { height: 3.5em; } -header h1 { +header .h1 { display: inline; font-size: 3em; color: #444; } -header h2 { +header .h2 { display: inline; padding-left: .5em; font-size: 1.5em; -- cgit