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