10 lines
206 B
SCSS
10 lines
206 B
SCSS
|
.ads-wrapper {
|
||
|
@extend .navigation;
|
||
|
|
||
|
p {
|
||
|
margin-left: 0.4rem; // The ads provider adds weird padding to their wrapper
|
||
|
font-size: var(--font-xsmall);
|
||
|
color: var(--color-text-subtitle);
|
||
|
}
|
||
|
}
|