chore: use place-items
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-11 18:27:37 +01:00
parent 70ba20a66e
commit 6fff15518d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -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;