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

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