fix: update modal dialog class to improve responsiveness on larger screens

This commit is contained in:
Kamil
2024-12-11 12:54:47 +00:00
parent 2da69fc330
commit 6248c54829

View File

@@ -58,7 +58,7 @@ body {
}
@media screen and (min-width: 1600px) {
.modal-dialog {
.modal-xl {
max-width: 90%;
/* New width for default modal */
}