Skip to content

Commit 6a2e007

Browse files
authored
fix: reduced login title font-size for mobile (#3105)
1 parent f86219f commit 6a2e007

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web/html/login.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@
299299
min-height: 40px;
300300
}
301301
}
302+
303+
@media (max-width: 1024px) {
304+
.title {
305+
font-size: 1.4rem;
306+
}
307+
}
302308

303309
.words-wrapper {
304310
width: 100%;
@@ -617,4 +623,4 @@ <h2 class="title headline zoom">
617623
});
618624
</script>
619625
</body>
620-
</html>
626+
</html>

0 commit comments

Comments
 (0)