From 85acb78657b01ee885245a162dc02110881427a0 Mon Sep 17 00:00:00 2001 From: Troff Date: Mon, 18 Sep 2023 13:32:06 +0300 Subject: [PATCH] chore: continue migrate to next13 and redesign - finish mobile design --- .../src/app/components/AuthForm/AuthForm.module.css | 6 ++++++ .../src/app/components/HeaderPage/HeaderPage.module.css | 1 + 2 files changed, 7 insertions(+) diff --git a/hospital-next/src/app/components/AuthForm/AuthForm.module.css b/hospital-next/src/app/components/AuthForm/AuthForm.module.css index aa87877..d5b8ef4 100644 --- a/hospital-next/src/app/components/AuthForm/AuthForm.module.css +++ b/hospital-next/src/app/components/AuthForm/AuthForm.module.css @@ -32,4 +32,10 @@ width: 400px; .bottom span{ text-decoration: underline; cursor: pointer; +} + +@media (max-width: 500px) { + .wrapperAuth .auth{ + width: 300px; + } } \ No newline at end of file diff --git a/hospital-next/src/app/components/HeaderPage/HeaderPage.module.css b/hospital-next/src/app/components/HeaderPage/HeaderPage.module.css index c63492c..0d1c101 100644 --- a/hospital-next/src/app/components/HeaderPage/HeaderPage.module.css +++ b/hospital-next/src/app/components/HeaderPage/HeaderPage.module.css @@ -52,5 +52,6 @@ } .headerPage p{ margin-right: 0px; + font-size: 20px; } } \ No newline at end of file