From ec6cb7380bacb0c58623d1749665ffc9e5c378ec Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Wed, 23 Mar 2022 20:27:08 +0100 Subject: [PATCH] Adjust premium splash in homepage customization modal --- ui/scss/component/_splash.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/scss/component/_splash.scss b/ui/scss/component/_splash.scss index 4f4c3a6c1..6467b393f 100644 --- a/ui/scss/component/_splash.scss +++ b/ui/scss/component/_splash.scss @@ -317,6 +317,14 @@ } .modal { + @media (min-width: $breakpoint-xlarge) { + .membership-splash { + padding-left: 0rem; + padding-right: 0rem; + margin-left: 0rem; + margin-right: 0rem; + } + } @media (min-width: $breakpoint-small) { .membership-splash { padding-left: unset;