Globe mix height fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-21 20:26:27 +02:00
parent fc930d9362
commit 3fae9a1928

View File

@@ -5,7 +5,7 @@
width: 100vw;
height: 180vw;
min-height: 700px;
max-height: 1536px;
max-height: 1472px;
overflow: hidden;
cursor: grab;
user-select: none;