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
diff options
context:
space:
mode:
-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>