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);
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 {