From 442be2d692150cdc3b2cab6278bc01fa261f21cd Mon Sep 17 00:00:00 2001 From: Chneemann Date: Thu, 22 Aug 2024 23:48:05 +0200 Subject: [PATCH] update responsive design --- .../app/components/auth/login/login.component.scss | 12 ++++++++++++ frontend/src/assets/style/form.scss | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/frontend/src/app/components/auth/login/login.component.scss b/frontend/src/app/components/auth/login/login.component.scss index ef86837..74db475 100644 --- a/frontend/src/app/components/auth/login/login.component.scss +++ b/frontend/src/app/components/auth/login/login.component.scss @@ -36,3 +36,15 @@ section { } } } + +/*------------- RESPONSIVE -------------*/ + +@media screen and (max-width: 600px) { + .footer { + margin-top: 24px; + gap: 12px; + .footer-content { + margin-top: 18px; + } + } +} diff --git a/frontend/src/assets/style/form.scss b/frontend/src/assets/style/form.scss index 8e06efb..6375ecd 100644 --- a/frontend/src/assets/style/form.scss +++ b/frontend/src/assets/style/form.scss @@ -90,4 +90,9 @@ form { .passwordEye { right: 18px; } + + .error-msg { + height: 16px; + padding: 6px; + } }