diff --git a/src/components/misc/no-auth-wrapper.vue b/src/components/misc/no-auth-wrapper.vue index 3c06aae97..94a8c61f9 100644 --- a/src/components/misc/no-auth-wrapper.vue +++ b/src/components/misc/no-auth-wrapper.vue @@ -37,8 +37,7 @@ const motd = computed(() => store.state.config.motd) min-height: 100vh; display: flex; flex-direction: column; - justify-content: center; - align-items: center; + place-items: center; @media screen and (min-width: $fullhd) { background: url('@/assets/llama.svg?url') no-repeat bottom left fixed;