Footer nav given some top margin in small view
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 17:32:04 +0000 (13:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 17:32:04 +0000 (13:32 -0400)
footer.php
scss/_page.footer.scss

index 8069163..71fb8bb 100644 (file)
@@ -45,7 +45,7 @@
                             <div class="small-12 small-text-center large-text-left large-4 columns">
                                 <?php get_template_part('parts/client-info-footer');?>
                             </div>
-                            <div class="small-12 small-text-center large-text-left large-2 columns">
+                            <div id="footer-nav" class="small-12 small-text-center large-text-left large-2 columns">
                                 <div>
                                     <?php glm_theme_footer(); ?>
                                 </div>
index c31b6b9..23cca3c 100644 (file)
@@ -408,6 +408,11 @@ footer.main {
         }
     }
 }
+#footer-nav {
+    // @media #{$medium-down} {
+    //     margin-top: 25px;
+    // }
+}
 #copyright {
     background: $medium-blue;
     padding: 10px;
@@ -439,7 +444,7 @@ footer.main {
         font-size: 12px;
     }
     @media screen and (min-width: 1025px) {
-        float: left;
+        //float: left;
     }
     @media #{$small-only}{
         margin-bottom: 20px;
@@ -459,7 +464,7 @@ footer.main {
     @media screen and (min-width: 1025px) and (max-width: 1199px) {
         //padding: 0 50px;
     }
-    @media #{$medium-only}{
+    @media #{$medium-down}{
         padding: 0;
         margin: 30px auto 30px;
         float: none;