added width 100% to vcard type links
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:59:13 +0000 (09:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:59:13 +0000 (09:59 -0500)
css/app.css
scss/_sidebar.scss

index c926642..4c65678 100644 (file)
@@ -8132,12 +8132,13 @@ input[type="submit"].blogbutton {
     display: block; }
     .sidebar ul.vcard li.email a {
       height: auto;
-      width: auto; }
+      width: 100%; }
   .sidebar ul.vcard li.type {
     font-weight: bold; }
   .sidebar ul.vcard li.tel {
     color: #a61a1d;
-    margin-bottom: 10px; }
+    margin-bottom: 10px;
+    width: 100%; }
 
 #sidebar {
   padding-top: 25px;
index 46c5de5..579f6a0 100644 (file)
@@ -81,7 +81,7 @@
             display: block;
             a {
                 height: auto;
-                width: auto;
+                width: 100%;
             }
         }
         li.type {
@@ -90,6 +90,7 @@
         li.tel {
             color: $red;
             margin-bottom: 10px;
+            width: 100%;
         }
     }
 }