refactor: bump modal sizes

This commit is contained in:
Carlos Valente
2025-10-10 18:32:01 +02:00
committed by Carlos Valente
parent 324320fdc8
commit ef7f0fb54a
@@ -5,9 +5,9 @@
transform: translateX(-50%);
padding-inline: 1rem;
min-width: min(680px, 90vw);
min-width: min(880px, 90vw);
min-height: min(200px, 10vh);
max-width: min(900px, 90vw);
max-width: min(1200px, 90vw);
background-color: $gray-1250;
color: $ui-white;