mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
17 lines
216 B
SCSS
17 lines
216 B
SCSS
.globecontainer {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
canvas {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
@include mq($from: 1300px) {
|
|
left: 30%;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|