From 2f84d94c665c568a2aa3b56002fd1ea3ad45eebf Mon Sep 17 00:00:00 2001 From: jessop Date: Mon, 19 Oct 2020 17:32:28 -0400 Subject: [PATCH] related add full width --- ui/scss/component/_ads.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ui/scss/component/_ads.scss b/ui/scss/component/_ads.scss index fd6f58a37..11d8d6073 100644 --- a/ui/scss/component/_ads.scss +++ b/ui/scss/component/_ads.scss @@ -21,9 +21,11 @@ padding: var(--spacing-m); background-color: var(--color-ads-background); display: flex; + flex-direction: column; + width: 100%; > div { - width: 40%; + width: 100%; position: relative !important; } @@ -44,11 +46,6 @@ display: flex; flex-direction: column; justify-content: center; - padding-left: var(--spacing-l); - - @media (max-width: $breakpoint-small) { - padding-left: 0; - } } .ads__claim-text--small {