From 3c83cd2dd9145a82c82a3e69b01b348daf7e6412 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 26 Mar 2017 22:10:01 -0400 Subject: [PATCH] move the map to the left slightly --- css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/site.css b/css/site.css index ed4d058..89febff 100644 --- a/css/site.css +++ b/css/site.css @@ -15,7 +15,7 @@ li {line-height: 19px; font-size: 12px;} ol {line-height: 24px;} .clearfix {clear: both;} -#map {height: 500px; width: 450px; min-width: 300px; background: #FFFFFF; float: left;} +#map {height: 500px; width: 550px; min-width: 300px; background: #FFFFFF; float: left; margin-left:-100px;} #map a {border: none;} .mapboxgl-popup-content {font-family: 'Lato', sans-serif; font-size: 14px; padding: 10px;} @@ -43,5 +43,6 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;} body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px;} #wrapper {max-width: 460px; padding-top: 20px;} #Stores, #map {min-width: 224px;} + #map{width:450px;margin-left:0px;} }