improve styling for mobile of map list (#605)

This commit is contained in:
Connor Turland 2016-08-13 20:10:23 -04:00 committed by GitHub
parent 34ecf4f70b
commit d4d992a0da

View file

@ -69,6 +69,33 @@
width: 100%;
padding: 0;
}
#exploreMaps > div {
margin-top: 70px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.map {
width: 100%;
margin: 0 0 30px 0;
height: auto;
}
.mapCard {
height: auto;
}
.mapCard .title {
text-align: left;
}
.mapCard .mapScreenshot {
display: none;
}
}
#mobile_header {