⚠️ The interactive globe has arrived (WIP but pretty good)
- Control the width/height of the globe via CSS
This commit is contained in:
@@ -66,10 +66,22 @@
|
||||
margin-top: 248px;
|
||||
}
|
||||
|
||||
// Description
|
||||
.style-description {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
color: $color-tertiary;
|
||||
}
|
||||
|
||||
// Globe
|
||||
.globe {
|
||||
margin-bottom: -52vh;
|
||||
|
||||
@include breakpoint (xl) {
|
||||
margin-bottom: -550px;
|
||||
}
|
||||
}
|
||||
|
||||
// Browse
|
||||
.browse {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user