diff --git a/src/style/modules/_globe2.scss b/src/style/modules/_globe2.scss index e0af23a..45ffb9c 100644 --- a/src/style/modules/_globe2.scss +++ b/src/style/modules/_globe2.scss @@ -9,8 +9,8 @@ &__inner { position: relative; width: var(--width); - margin-left: auto; - margin-right: auto; + left: 50%; + transform: translateX(-50%); &:after { content: "";