From f77339ea8230abf548ca2f25a21302d48fc13abe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 Nov 2016 08:53:27 -0400 Subject: [PATCH] removing padding from toll free numbers in the members listing page in mobile view --- css/front.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index b00a7166..f6fcab52 100644 --- a/css/front.css +++ b/css/front.css @@ -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; -- 2.17.1