From 70b68c5d243ba411da70398f241102502ff9b07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 8 Oct 2021 00:11:34 +0200 Subject: [PATCH] Fix Globe page centering --- src/style/modules/_globe.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/modules/_globe.scss b/src/style/modules/_globe.scss index b4edc97..5b438ce 100644 --- a/src/style/modules/_globe.scss +++ b/src/style/modules/_globe.scss @@ -5,6 +5,8 @@ width: 1315px; height: clamp(700px, 100vw, 1315px); overflow: hidden; + margin-left: auto; + margin-right: auto; cursor: grab; user-select: none;