got the padding added to the quick links and added links to all the social icons
authorIan Weller <ian@gaslightmedia.com>
Thu, 31 Mar 2016 17:09:36 +0000 (13:09 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 31 Mar 2016 17:09:36 +0000 (13:09 -0400)
css/app.css
footer.php
parts/off-canvas-menu.php
scss/_page.footer.scss

index 9ea21fe..0ab9e12 100644 (file)
@@ -7021,7 +7021,7 @@ header .searchform input.button {
     padding-bottom: 200px; }
     @media only screen and (max-width: 40em) {
       .common-foot ul#quick-links {
-        padding-bottom: 50px; } }
+        padding-bottom: 100px; } }
     .common-foot ul#quick-links li {
       display: inline-block; }
       @media only screen and (max-width: 40em) {
index a4dc6df..fd1310e 100644 (file)
                                     </div>
                                     <div class="large-2 columns show-for-large-up">
                                         <ul class="social right">
-                                            <li class="face"><a href="#"></a></li>
-                                            <li class="tube"><a href="#"></a></li>
-                                            <li class="twit"><a href="#"></a></li>
-                                            <li class="insta"><a href="#"></a></li>
+                                            <li class="face"><a href="http://www.facebook.com/pages/Think-Dunes/342919239241" target="_blank"></a></li>
+                                            <li class="tube"><a href="http://www.youtube.com/thinkdunes" target="_blank"></a></li>
+                                            <li class="twit"><a href="https://twitter.com/thinkdunes" target="_blank"></a></li>
+                                            <li class="insta"><a href="http://www.instagram.com/thinkdunes" target="_blank"></a></li>
                                         </ul>
                                     </div>
                                 </div>
index ef1a52f..b75ee03 100644 (file)
@@ -9,10 +9,10 @@
     </ul>
     <?php get_template_part('parts/search');?>
     <ul class="offcavas-social-list text-center">
-        <li class="face"><a href="#"></a></li>
-        <li class="tube"><a href="#"></a></li>
-        <li class="twit"><a href="#"></a></li>
-        <li class="insta"><a href="#"></a></li>
+        <li class="face"><a href="http://www.facebook.com/pages/Think-Dunes/342919239241" target="_blank"></a></li>
+        <li class="tube"><a href="http://www.youtube.com/thinkdunes" target="_blank"></a></li>
+        <li class="twit"><a href="https://twitter.com/thinkdunes" target="_blank"></a></li>
+        <li class="insta"><a href="http://www.instagram.com/thinkdunes" target="_blank"></a></li>
     </ul>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
index c81dba8..fd1f2c9 100644 (file)
@@ -12,7 +12,7 @@
         margin: 0;
         padding-bottom: 200px;
         @media #{$small-only} {
-            padding-bottom: 50px;
+            padding-bottom: 100px;
         }
         li {
             display: inline-block;