loading screen

main
alexanderroese 2024-06-22 13:41:01 +02:00
parent f9b5a1629e
commit 0c0415a9c7
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@
}
#shx-loading-screen-text svg {
width: 300px
width: 150px;
}
@media screen and (min-width: 750px) {
#shx-loading-screen-text svg {
width: 150px
width: 300px;
}
}
</style>