diff options
| author | spatiumstas <79056064+spatiumstas@users.noreply.github.com> | 2025-06-18 18:31:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 18:31:10 +0300 |
| commit | 6a2e0071cfb27d290f3e3aca9eda184f2ac7d15e (patch) | |
| tree | 9ea23f7f8f723f5471d78c0ca95420ea44816108 /web | |
| parent | f86219f4de750c2ee2654c7e09435a608c894443 (diff) | |
fix: reduced login title font-size for mobile (#3105)
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/login.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/login.html b/web/html/login.html index 515ea2b3..68e849f5 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -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>
\ No newline at end of file +</html> |
