diff --git a/frontend/src/assets/style/auth-layout.scss b/frontend/src/assets/style/auth-layout.scss index 41c843c..92e3f03 100644 --- a/frontend/src/assets/style/auth-layout.scss +++ b/frontend/src/assets/style/auth-layout.scss @@ -53,15 +53,15 @@ section { @media screen and (max-width: 660px) { .content { padding: 28px; - .headline { - font-size: 36px; - } } } @media screen and (max-width: 600px) { .content { width: 80%; + .headline { + font-size: 36px; + } } } diff --git a/frontend/src/assets/style/form.scss b/frontend/src/assets/style/form.scss index d58f6e9..d9fae14 100644 --- a/frontend/src/assets/style/form.scss +++ b/frontend/src/assets/style/form.scss @@ -115,7 +115,12 @@ form { } } - .passwordEye { + .email-icon, + .password-icon { + left: 18px; + } + + .password-eye { right: 18px; }