diff --git a/templates/standalone/modal.lucius b/templates/standalone/modal.lucius index d56effc40..24f8256a9 100644 --- a/templates/standalone/modal.lucius +++ b/templates/standalone/modal.lucius @@ -28,12 +28,12 @@ min-width: 80vw; } } -@media (max-width: 666px) { +@media (max-width: 768px) { .modal { min-width: 90vw; } } -@media (max-width: 444px) { +@media (max-width: 425px) { .modal { min-width: calc(100vw - 20px); }