Skip to content

Commit

Permalink
fixed the modal buttons for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishk6103 committed Jul 7, 2024
1 parent 95fe2c3 commit 570d609
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _sass/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,17 @@ label {
background: #00b39f;
}

@media screen and (max-width: 550px) {
.btn-grp{
flex-direction: row;
flex-wrap: wrap;
gap: 1rem;
// padding-bottom: 2rem;
width: 100%;
justify-content: center;
}
}

@media screen and (max-width: 650px) {
.modal-window {
width: 100%;
Expand Down

0 comments on commit 570d609

Please sign in to comment.