- Globe is now using vws with min and max height - Photos list and Carousel
This commit is contained in:
@@ -3,19 +3,21 @@
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
width: 100vw;
|
||||
height: 800px;
|
||||
height: 180vw;
|
||||
min-height: 700px;
|
||||
max-height: 1536px;
|
||||
overflow: hidden;
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
height: 1280px;
|
||||
height: 130vw;
|
||||
}
|
||||
@include breakpoint (md) {
|
||||
height: 1340px;
|
||||
height: 112vw;
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
height: 1670px;
|
||||
height: 100vw;
|
||||
}
|
||||
|
||||
// DEBUG //
|
||||
|
||||
Reference in New Issue
Block a user