Remove interior sidenav, padding++, h2 to 1.3rem
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 14:55:57 +0000 (10:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 14:55:57 +0000 (10:55 -0400)
css/app.css
page.php
scss/site/_structure.scss

index 15efbfd..a4d9c60 100644 (file)
@@ -5582,6 +5582,10 @@ p, span {
 h1 {
   font-size: 36px; }
 
+h2 {
+  font-size: 1.3rem;
+  margin-top: 30px; }
+
 #navRow {
   padding-top: 20px;
   height: 100px; }
index 1376815..7446dab 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,8 +1,8 @@
 <?php get_header(); ?>
 
 <div class="row">
-    <?php get_sidebar('left'); ?>
-    <div class="small-12 large-8 columns" role="main">
+    <?php // get_sidebar('left'); ?>
+    <div class="small-12 columns" role="main">
 
     <?php do_action('foundationPress_before_content'); ?>
 
index adbb99b..e951014 100644 (file)
@@ -35,6 +35,10 @@ span {
 h1 {
     font-size: 36px;
 }
+h2 {
+    font-size: 1.3rem;
+    margin-top: 30px;
+}
 #navRow {
     padding-top: 20px;
     height: 100px;