Increased footer address height, reduced copyright footer height
authorLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 12:55:26 +0000 (08:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 12:55:26 +0000 (08:55 -0400)
css/app.css
scss/_copyright.scss
scss/_page.footer.scss

index aafee86..45807c2 100644 (file)
@@ -8162,7 +8162,7 @@ footer#main {
   background: #1b1b1b;
   clear: both;
   width: 100%;
-  padding: 5px 0; }
+  padding: 25px 0; }
   footer#main ul {
     list-style: none;
     display: inline-block; }
@@ -8232,7 +8232,7 @@ img#orb-foot {
 #copyright {
   background-color: #0f0f0f;
   color: lightgrey;
-  padding: 15px 0;
+  padding: 3px 0;
   margin: 0 auto;
   float: none;
   width: 100%;
index 03b0dc9..5a488f1 100644 (file)
@@ -1,7 +1,7 @@
 #copyright {
     background-color: $light-black;
     color: lightgrey;
-    padding: 15px 0;
+    padding: 3px 0;
     margin: 0 auto;
     float: none;
     width: 100%;
index 203c57d..54702bb 100644 (file)
@@ -4,7 +4,7 @@ footer#main {
     background: $slate;
     clear: both;
     width: 100%;
-    padding: 5px 0;
+    padding: 25px 0;
     ul {
         list-style: none;
         display: inline-block;