- Globe is now using vws with min and max height - Photos list and Carousel
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
padding: 0;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
max-width: 85%;
|
||||
max-width: 80%;
|
||||
}
|
||||
@include breakpoint (1680px) {
|
||||
max-width: 1424px;
|
||||
}
|
||||
@media (min-aspect-ratio: 16/9) {
|
||||
max-width: 1200px;
|
||||
@media (min-aspect-ratio: 16/10) {
|
||||
max-width: 68%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user