⚠️ The interactive globe has arrived (WIP but pretty good)
- Control the width/height of the globe via CSS
This commit is contained in:
@@ -11,8 +11,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Globe
|
||||
.globe {
|
||||
margin-top: -25vw;
|
||||
margin-bottom: -18vw;
|
||||
|
||||
@include breakpoint (xl) {
|
||||
margin-top: -320px;
|
||||
margin-bottom: -320px;
|
||||
}
|
||||
}
|
||||
|
||||
// Browse
|
||||
.browse {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user