chore: unnest styles
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-10 19:51:57 +01:00
parent 856a64748a
commit ab0cd2af00
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 16 additions and 16 deletions

View File

@ -124,8 +124,9 @@ export default {
background: url('@/assets/llama-nightscape.jpg') no-repeat center;
background-size: cover;
height: 100vh;
}
.offline-message {
.offline-message {
text-align: center;
position: absolute;
width: 100vw;
@ -141,6 +142,5 @@ export default {
font-weight: 700 !important;
font-size: 1.5rem;
}
}
}
</style>