make it look better when its taking up the full screen width
This commit is contained in:
parent
cc2a26aeed
commit
8ebb64d662
1 changed files with 8 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue