fix centering of explore headers

This commit is contained in:
Connor Turland 2016-08-17 12:16:12 +00:00
parent 4cb1dfe401
commit aab3b781de

View file

@ -626,12 +626,11 @@
height:42px; height:42px;
background-color:#EEEEEE; background-color:#EEEEEE;
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16); box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
text-align: center;
} }
.exploreMapsCenter { .exploreMapsCenter {
margin: 0 auto;
display: block; display: block;
width: 419px;
} }
.exploreMapsButton { .exploreMapsButton {