From 6a2e0071cfb27d290f3e3aca9eda184f2ac7d15e Mon Sep 17 00:00:00 2001 From: spatiumstas <79056064+spatiumstas@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:31:10 +0300 Subject: [PATCH] fix: reduced login title font-size for mobile (#3105) --- web/html/login.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 @@ }); - \ No newline at end of file +