move the map to the left slightly

This commit is contained in:
David 2017-03-26 22:10:01 -04:00
parent 220445bf52
commit 3c83cd2dd9
1 changed files with 2 additions and 1 deletions

View File

@ -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;}
}