From: Ian Weller Date: Wed, 29 Mar 2017 17:50:09 +0000 (-0400) Subject: I updated a bit of the template. X-Git-Tag: v1.2.22^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c8356069b927b05632eae776e4e101901958ce99;p=WP-Themes%2Fmountpleasantwow.git I updated a bit of the template. I changed the layout of the template and redid the styles of the h1. --- diff --git a/css/app.css b/css/app.css index cea2420..cb2478d 100644 --- a/css/app.css +++ b/css/app.css @@ -6992,7 +6992,7 @@ main#golf-template #content-wrapper { main#golf-template #quicknav { background: #690433; } main#golf-template #quicknav h1 { - font-size: 1.875rem; + font-size: 1.375rem; color: #FFFFFF; } main#golf-template #quicknav ul.sidenav { list-style: none; diff --git a/page-golf-template.php b/page-golf-template.php index 4a80dfb..0e4030c 100644 --- a/page-golf-template.php +++ b/page-golf-template.php @@ -33,10 +33,10 @@ ?>
-
+
-
+
diff --git a/scss/_main.scss b/scss/_main.scss index b7c51ff..254b2f3 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -382,7 +382,7 @@ main#golf-template{ #quicknav { background: $maroon; h1 { - font-size: rem-calc(30); + font-size: rem-calc(22); color: $white; } ul.sidenav {