Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorspatiumstas <79056064+spatiumstas@users.noreply.github.com>2025-06-18 18:31:10 +0300
committerGitHub <noreply@github.com>2025-06-18 18:31:10 +0300
commit6a2e0071cfb27d290f3e3aca9eda184f2ac7d15e (patch)
tree9ea23f7f8f723f5471d78c0ca95420ea44816108 /web
parentf86219f4de750c2ee2654c7e09435a608c894443 (diff)
fix: reduced login title font-size for mobile (#3105)
Diffstat (limited to 'web')
-rw-r--r--web/html/login.html8
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>