fix welcome screen offset

This commit is contained in:
dwelle
2025-10-07 23:02:14 +02:00
parent 73cb1e5207
commit 257be7b48b

View File

@@ -252,16 +252,12 @@
}
}
@media (max-height: 599px) {
&.excalidraw--mobile {
.welcome-screen-center {
margin-top: 4rem;
}
}
@media (min-height: 600px) and (max-height: 900px) {
.welcome-screen-center {
margin-top: 8rem;
margin-bottom: 2rem;
}
}
@media (max-height: 500px), (max-width: 320px) {
.welcome-screen-center {
display: none;