make it look better when its taking up the full screen width
This commit is contained in:
parent
2d920cf66a
commit
ef84209de1
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
||||||
width: 390px;
|
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 */
|
/* Smartphones (portrait and landscape) ----------- the minimum space that two map cards can fit side by side */
|
||||||
@media only screen and (max-width : 504px) {
|
@media only screen and (max-width : 504px) {
|
||||||
|
|
Loading…
Reference in a new issue