From e82dfcce4fa78679f8859fee590cfafae649b891 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 14:19:30 -0400 Subject: [PATCH] styling the client info in footer --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e5cff5b..2453ccb 100644 --- a/style.css +++ b/style.css @@ -2397,12 +2397,13 @@ Footer Section .copy-right { /* float: left; */ } -.location_1 , .location_2{ - float: left; + .location_2{ + float: right; } .location_1{ - padding-right: 60px; + float: left; + /* padding-right: 60px; */ } .businessName{ display: block; -- 2.17.1