related add full width
This commit is contained in:
parent
264a85d837
commit
2f84d94c66
1 changed files with 3 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue