fixing the footer client info in mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Aug 2018 19:17:11 +0000 (15:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Aug 2018 19:17:11 +0000 (15:17 -0400)
style.css

index 7fe507d..ab33c49 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2405,6 +2405,11 @@ Footer Section
     float: left;
     /* padding-right: 60px; */
 }
+@media (max-width: 600px){
+    .location_1, .location_2{
+        float: none;
+    }
+}
 .businessName{
     display: block;
     text-align: center;