Skip to content

Commit

Permalink
chore: continue migrate to next13 and redesign - finish mobile design (
Browse files Browse the repository at this point in the history
  • Loading branch information
Troff8 authored Sep 18, 2023
2 parents 0793ce1 + 85acb78 commit b302a2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hospital-next/src/app/components/AuthForm/AuthForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ width: 400px;
.bottom span{
text-decoration: underline;
cursor: pointer;
}

@media (max-width: 500px) {
.wrapperAuth .auth{
width: 300px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
}
.headerPage p{
margin-right: 0px;
font-size: 20px;
}
}

0 comments on commit b302a2b

Please sign in to comment.