[wip] Add width, speed and pane options for Globe
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// Globe
|
||||
.globe {
|
||||
--width: clamp(700px, 100vw, 1315px);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
user-select: none;
|
||||
|
||||
|
||||
// Inner
|
||||
&__inner {
|
||||
position: relative;
|
||||
width: clamp(700px, 100vw, 1315px);
|
||||
width: var(--width);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user