Skip to content

Commit

Permalink
fixed modal screen fit issue
Browse files Browse the repository at this point in the history
Signed-off-by: kanishk6103 <[email protected]>
  • Loading branch information
kanishk6103 committed Aug 12, 2024
1 parent 3d4b0f0 commit cfe45ac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion _sass/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ input[type="checkbox"] {
flex-direction: row;
overflow-x: hidden;
overflow-y: hidden;
height: auto;
height: 90%;
width: 85%;
top: 50%;
left: 50%;
Expand Down Expand Up @@ -1020,6 +1020,18 @@ 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 cfe45ac

Please sign in to comment.