From 02f11368c793d18f854d541e5a2136c91c0f2d6d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:17:11 -0400 Subject: [PATCH] fixing the footer client info in mobile view --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 7fe507d..ab33c49 100644 --- 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; -- 2.17.1