changed copyright font size
authorIan Weller <ian@gaslightmedia.com>
Wed, 4 Nov 2015 15:37:21 +0000 (10:37 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 4 Nov 2015 15:37:21 +0000 (10:37 -0500)
css/app.css
scss/_copyright.scss

index 0adaf23..b85897d 100644 (file)
@@ -7276,7 +7276,7 @@ footer.main #footer_address {
   margin: 0 auto;
   float: none; }
   #copyright span {
-    font-size: 0.75rem; }
+    font-size: 0.625rem; }
   #copyright a {
     color: #000000;
     text-decoration: underline; }
index a489c3c..ffc4706 100644 (file)
@@ -3,7 +3,7 @@
     margin: 0 auto;
     float: none;
     span {
-        font-size: rem-calc(12);
+        font-size: rem-calc(10);
     }
     a {
         color: $black;