From: Ian Weller Date: Wed, 21 Oct 2015 18:04:12 +0000 (-0400) Subject: font edits X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ad29551dbf95238c3bab3218801dbfddbf8a9738;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git font edits --- diff --git a/css/app.css b/css/app.css index c45cb1f..319583a 100644 --- a/css/app.css +++ b/css/app.css @@ -6835,13 +6835,13 @@ header { header #small-text h3 { text-transform: uppercase; letter-spacing: 3px; - font-size: 15px; + font-size: 16px; margin: 0; } header #small-text p { - font-size: 11px; + font-size: 12px; margin-bottom: 10px; } header #small-text h4 { - font-size: 19px; } + font-size: 16px; } header .reservation { background: #7f9088; border-top-left-radius: 10px; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 2af6df5..a0b56b6 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -142,15 +142,15 @@ header { h3 { text-transform: uppercase; letter-spacing: 3px; - font-size: 15px; + font-size: 16px; margin: 0; } p { - font-size: 11px; + font-size: 12px; margin-bottom: 10px; } h4 { - font-size: 19px; + font-size: 16px; } }