Footer
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Oct 2014 14:13:29 +0000 (10:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Oct 2014 14:13:29 +0000 (10:13 -0400)
Fixing the spacing and the height for the footer.

css/app.css
footer.php
scss/site/_structure.scss

index 0048656..ce18165 100644 (file)
@@ -13574,7 +13574,7 @@ ul.global-nav li + li::before {
 /*}*/
 #glmBottom {
   background: linear-gradient(180deg, #1162a2, #5095ca);
-  height: 200px;
+  height: 170px;
   width: 100%;
   margin-bottom: 50px;
   text-align: center;
@@ -13624,6 +13624,13 @@ ul.global-nav li + li::before {
 ul.vcard li + li + li::before {
   content: " | "; }
 
+.vcard {
+  margin: 0;
+  /*margin-top: 20px;*/ }
+
+.copyright {
+  margin-top: 10px; }
+
 footer ul li.separator {
   font-size: 12px;
   list-style: none;
@@ -13633,6 +13640,10 @@ footer ul li.separator {
 footer ul li.separator a {
   color: white; }
 
+footer ul {
+  margin-top: 0;
+  margin-bottom: 0; }
+
 figure {
   margin: 0;
   padding: 0; }
index 446ce2e..5a9c94b 100644 (file)
@@ -16,7 +16,7 @@
         <li><a href="#">Contact Us</a></li>
         <li><a href="#">Site Map</a></li>
     </ul>
-    <ul class="small-12 columns">
+    <ul class="copyright small-12 columns">
         <li class="separator">Copyright &copy; 2014 <a href="#">Gaslight Media</a> All Rights Reserved</li>
     </ul>
     <?php do_action('foundationPress_before_footer'); ?>
index 8ba9c9b..bce816a 100644 (file)
@@ -125,7 +125,7 @@ ul.global-nav li + li::before {
 /*}*/
 #glmBottom {
     background: linear-gradient(180deg, #1162A2, #5095CA);
-    height: 200px;
+    height: 170px;
     width: 100%;
     margin-bottom: 50px;
     text-align: center;
@@ -168,6 +168,13 @@ ul.global-nav li + li::before {
 ul.vcard li + li + li::before {
     content: " | ";
 }
+.vcard {
+    margin: 0;
+    /*margin-top: 20px;*/
+}
+.copyright {
+    margin-top: 10px;
+}
 footer ul li.separator {
     font-size: 12px;
     list-style: none;
@@ -177,6 +184,10 @@ footer ul li.separator {
 footer ul li.separator a {
     color: $white;
 }
+footer ul {
+    margin-top: 0;
+    margin-bottom: 0;
+}
 // Reset margin and padding on figure element
 figure { 
     margin: 0;