Center Globe horizontally

This commit is contained in:
2022-09-20 11:09:18 +02:00
parent 3517aa6a00
commit b2a1fbb83b

View File

@@ -9,8 +9,8 @@
&__inner { &__inner {
position: relative; position: relative;
width: var(--width); width: var(--width);
margin-left: auto; left: 50%;
margin-right: auto; transform: translateX(-50%);
&:after { &:after {
content: ""; content: "";