From a2d56683ab2a7b4589206ee95505d0ab2c51d634 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Wed, 20 Jun 2018 22:44:43 +0200 Subject: [PATCH] another breakpoint change for modals --- templates/standalone/modal.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/standalone/modal.lucius b/templates/standalone/modal.lucius index 24f8256a9..5ae624450 100644 --- a/templates/standalone/modal.lucius +++ b/templates/standalone/modal.lucius @@ -23,7 +23,7 @@ } } -@media (max-width: 999px) { +@media (max-width: 1024px) { .modal { min-width: 80vw; }