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

@ -299,6 +299,12 @@
min-height: 40px;
}
}
@media (max-width: 1024px) {
.title {
font-size: 1.4rem;
}
}
.words-wrapper {
width: 100%;
@ -617,4 +623,4 @@
});
</script>
</body>
</html>
</html>