Make modals wider

This commit is contained in:
Skylar Ittner 2021-07-08 23:29:31 -06:00
parent a56ea40640
commit d069dd18e2

View File

@ -88,3 +88,9 @@ html, body {
width: 400px;
height: 200px;
}
@media (min-width: 800px) and (max-width: 991px) {
.modal-dialog.modal-lg {
max-width: 700px;
}
}