related add full width

This commit is contained in:
jessop 2020-10-19 17:32:28 -04:00 committed by Sean Yesmunt
parent 264a85d837
commit 2f84d94c66

View file

@ -21,9 +21,11 @@
padding: var(--spacing-m); padding: var(--spacing-m);
background-color: var(--color-ads-background); background-color: var(--color-ads-background);
display: flex; display: flex;
flex-direction: column;
width: 100%;
> div { > div {
width: 40%; width: 100%;
position: relative !important; position: relative !important;
} }
@ -44,11 +46,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
padding-left: var(--spacing-l);
@media (max-width: $breakpoint-small) {
padding-left: 0;
}
} }
.ads__claim-text--small { .ads__claim-text--small {