Skip to content

Commit

Permalink
fix: login page responsive (#1321) (#1323)
Browse files Browse the repository at this point in the history
Co-authored-by: maadi <[email protected]>
Co-authored-by: Narayan soni <[email protected]>
  • Loading branch information
3 people committed Dec 26, 2023
1 parent 424f456 commit 8772b4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/Login/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,16 @@
width: 18em;
}
}

/* media query for 320px */
@media (max-width: 320px) {
.login__left {
justify-content: flex-start;
}
.login__section form {
width: 95%;
}
.form__bottom {
width: 17.5em;
}
}

0 comments on commit 8772b4c

Please sign in to comment.