From 7b61ea56f910e9c88acbbc7e232b0eb79301af9c Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Wed, 20 Jun 2018 21:58:36 +0200 Subject: [PATCH] breakpoint-changes for modals --- templates/standalone/modal.lucius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }