From: Laury GvR Date: Wed, 15 Oct 2014 14:55:57 +0000 (-0400) Subject: Remove interior sidenav, padding++, h2 to 1.3rem X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=baa6b64946013187d588992be0862c6876ebff35;p=web%2FWP-Theme-GaslightMedia.git Remove interior sidenav, padding++, h2 to 1.3rem --- diff --git a/css/app.css b/css/app.css index 15efbfd..a4d9c60 100644 --- a/css/app.css +++ b/css/app.css @@ -5582,6 +5582,10 @@ p, span { h1 { font-size: 36px; } +h2 { + font-size: 1.3rem; + margin-top: 30px; } + #navRow { padding-top: 20px; height: 100px; } diff --git a/page.php b/page.php index 1376815..7446dab 100644 --- a/page.php +++ b/page.php @@ -1,8 +1,8 @@
- -
+ +
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index adbb99b..e951014 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -35,6 +35,10 @@ span { h1 { font-size: 36px; } +h2 { + font-size: 1.3rem; + margin-top: 30px; +} #navRow { padding-top: 20px; height: 100px;