From ad6dc0d413df94b5fe0995124837a7169fc491e6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 1 Jan 2023 20:29:41 +0100 Subject: [PATCH] Mobile optimized the Login page --- admin/src/pages/Login/styles.sass | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/admin/src/pages/Login/styles.sass b/admin/src/pages/Login/styles.sass index 59bcdec..c0005f1 100644 --- a/admin/src/pages/Login/styles.sass +++ b/admin/src/pages/Login/styles.sass @@ -20,4 +20,22 @@ .title span color: $primary - text-decoration: underline \ No newline at end of file + 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 \ No newline at end of file