Mobile optimized the Login page

This commit is contained in:
2023-01-01 20:29:41 +01:00
parent e7272adbd5
commit ad6dc0d413

View File

@ -20,4 +20,22 @@
.title span .title span
color: $primary color: $primary
text-decoration: underline text-decoration: underline
@media screen and (max-width: 425px)
.login-container .textbox-input
font-size: 16pt
.login-container .btn
font-size: 16pt
.title
color: $gray
text-align: center
font-size: 42pt
@media screen and (max-width: 375px)
.login-container .textbox-input
font-size: 14pt
.title
color: $gray
text-align: center
font-size: 36pt