removing padding from toll free numbers in the members listing page in mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 Nov 2016 12:53:27 +0000 (08:53 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 3 Nov 2016 12:53:27 +0000 (08:53 -0400)
css/front.css

index b00a716..f6fcab5 100644 (file)
@@ -660,9 +660,11 @@ input[type="submit"].glm-member-button {
 .glm-member-db-list .glm-member-db-phone-tollfree {
     
 }
-.glm-member-db-list .glm-member-db-phone-tollfree:before {
-    padding-left: 15px;
-    content: "";
+@media(min-width: 640px){
+    .glm-member-db-list .glm-member-db-phone-tollfree:before {
+        padding-left: 15px;
+        content: "";
+    }
 }
 #glm-member-detail-container {
     background: white none repeat scroll 0 0;