fix: reduced login title font-size for mobile (#3105)
This commit is contained in:
@@ -300,6 +300,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.title {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.words-wrapper {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user