make it look better when its taking up the full screen width

This commit is contained in:
Connor Turland 2016-12-15 17:41:08 -05:00 committed by Devin Howard
parent 2d920cf66a
commit ef84209de1

View file

@ -18,6 +18,14 @@
width: 390px;
}
}
/* 800 is the max-width for centerContent */
@media only screen and (max-width : 800px) {
.centerContent.withPadding {
margin-top: 0;
margin-bottom: 0;
}
}
/* Smartphones (portrait and landscape) ----------- the minimum space that two map cards can fit side by side */
@media only screen and (max-width : 504px) {