Fix Globe page centering

This commit is contained in:
2021-10-08 00:11:34 +02:00
parent 37b70d0412
commit 70b68c5d24

View File

@@ -5,6 +5,8 @@
width: 1315px; width: 1315px;
height: clamp(700px, 100vw, 1315px); height: clamp(700px, 100vw, 1315px);
overflow: hidden; overflow: hidden;
margin-left: auto;
margin-right: auto;
cursor: grab; cursor: grab;
user-select: none; user-select: none;