WIP React > Svelte
Put most of the developed design into Svelte
This commit is contained in:
17
src/style/molecules/_globe.scss
Normal file
17
src/style/molecules/_globe.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
// Globe
|
||||
.globe {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
|
||||
.wrap {
|
||||
@include breakpoint (xs) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Image (for now)
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user