From f07cc4abd429b3c3e263ab4659953accbd4edb08 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:18:08 -0400 Subject: [PATCH] adding margin between client info sections in the footer --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index ab33c49..f6bbc24 100644 --- a/style.css +++ b/style.css @@ -2406,6 +2406,9 @@ Footer Section /* padding-right: 60px; */ } @media (max-width: 600px){ + .location_1{ + margin-bottom: 30px; + } .location_1, .location_2{ float: none; } -- 2.17.1