📱 Improved splash screen for mobile devices

This commit is contained in:
Alicia Sykes 2021-10-11 21:47:47 +01:00
parent 6bd6a5ade5
commit 0bee4873b8
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@
color: #0c0c0c;
text-shadow: 0px 4px 4px #090909, 0 0 0 #000, 0px 2px 2px #000000;
}
@media (max-width: 780px) {
.loading-placeholder h1 { font-size: 12vh !important; }
}
#app .loading-placeholder p {
font-size: 2rem;
font-family: monospace;