Skip to content

Commit

Permalink
fix: login page responsive (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
maadi committed Dec 24, 2023
1 parent 04396dd commit a67a6e2
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 a67a6e2

Please sign in to comment.