refactor(modal): allow wider modals

This commit is contained in:
Carlos Valente
2026-07-25 12:58:32 +02:00
committed by Carlos Valente
parent c6248b0c72
commit 5cf36f049a
@@ -20,7 +20,7 @@
.wide {
top: 4vh;
min-width: min(1280px, 96vw);
max-width: min(1600px, 96vw);
max-width: min(1800px, 98vw);
height: 88vh;
max-height: 88vh;
display: flex;