I updated a bit of the template.
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 17:50:09 +0000 (13:50 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 17:50:09 +0000 (13:50 -0400)
I changed the layout of the template and redid the styles of the h1.

css/app.css
page-golf-template.php
scss/_main.scss

index cea2420..cb2478d 100644 (file)
@@ -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;
index 4a80dfb..0e4030c 100644 (file)
                 ?>
             </div>
             <div class="row">
-                <div id="quicknav" class="show-for-large-up large-4 columns">
+                <div id="quicknav" class="show-for-large-up large-3 columns">
                     <?php glm_side_menu();?>
                 </div>
-                <div id="main-content" class="small-12 large-8 columns">
+                <div id="main-content" class="small-12 large-9 columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>
index b7c51ff..254b2f3 100644 (file)
@@ -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 {