Fix responsive margins and spacing around the globe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,11 +3,18 @@
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
width: 100vw;
|
||||
height: 120vw;
|
||||
height: 1040px;
|
||||
overflow: hidden;
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
height: 140vw;
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
height: 2000px;
|
||||
}
|
||||
|
||||
// Cut
|
||||
&__cut {
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user