Credits: Add temporary globe at bottom
This commit is contained in:
@@ -11,7 +11,19 @@
|
||||
|
||||
// Image (for now)
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Pin
|
||||
|
||||
// Part globe
|
||||
.globe--part {
|
||||
overflow: hidden;
|
||||
height: 30vw;
|
||||
min-height: 300px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user