Reduced font-size for portable devices

This commit is contained in:
spatiumstas 2025-06-17 17:12:36 +03:00 committed by GitHub
parent ba50c99c10
commit 52cc005006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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