fix: reduced login title font-size for mobile (#3105)

This commit is contained in:
spatiumstas 2025-06-18 18:31:10 +03:00 committed by GitHub
parent f86219f4de
commit 6a2e0071cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,6 +300,12 @@
}
}
@media (max-width: 1024px) {
.title {
font-size: 1.4rem;
}
}
.words-wrapper {
width: 100%;
display: inline-block;