Increasing fontsize of contact info.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Dec 2015 20:34:52 +0000 (15:34 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Dec 2015 20:34:52 +0000 (15:34 -0500)
css/app.css
scss/_sidebar.scss

index 2102a23..ccda790 100644 (file)
@@ -8069,12 +8069,14 @@ input[type="submit"].blogbutton {
   padding-left: 0px; }
   .sidebar ul.vcard li {
     display: block;
-    font-size: 0.75rem; }
+    font-size: 1rem; }
   .sidebar ul.vcard li.email {
     display: block; }
     .sidebar ul.vcard li.email a {
       height: auto;
       width: auto; }
+  .sidebar ul.vcard li.type {
+    font-weight: bold; }
   .sidebar ul.vcard li.tel {
     color: #a61a1d;
     margin-bottom: 10px; }
index 16fdb21..0ecb599 100644 (file)
@@ -74,7 +74,7 @@
         padding-left: 0px;
         li {
             display: block;
-            font-size: rem-calc(12);
+            font-size: rem-calc(16);
         }
         li.email {
             display: block;
@@ -83,6 +83,9 @@
                 width: auto;
             }
         }
+        li.type {
+            font-weight: bold;
+        }
         li.tel {
             color: $red;
             margin-bottom: 10px;