Credits: Add temporary globe at bottom

This commit is contained in:
2020-02-29 10:47:01 +01:00
parent 631a3e6ccb
commit 4d8493e407
3 changed files with 39 additions and 3 deletions

View File

@@ -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;
}