Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tikitko committed Nov 23, 2023
1 parent 1a3fbb5 commit 451b6ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,19 @@
}

.modal {
--bs-modal-width: 500px;
--bs-modal-width: 450px;
}

@media (min-width:992px) {
.modal {
--bs-modal-width: 700px;
--bs-modal-width: 650px;
}
}

#logoutModal {
--bs-modal-width: 400px;
}

.modal-content {
overflow: hidden;
}
Expand Down

0 comments on commit 451b6ad

Please sign in to comment.