mirror of https://github.com/Lissy93/dashy.git
📱 Improved splash screen for mobile devices
This commit is contained in:
parent
6bd6a5ade5
commit
0bee4873b8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue