[ads] move label up (bottoms of ads have some unexpected margins)

This commit is contained in:
Andrea Vos 2023-02-20 21:43:55 +01:00
parent 6657f04866
commit 515d2ebbd5

View File

@ -63,10 +63,10 @@ export default {
.adsbygoogle {
display:block;
&:not(:empty) {
padding-block-start: .5em;
padding-block-end: .5em;
padding-block-start: 1em;
padding-block-end: 1em;
text-decoration: none;
&:after {
&:before {
content: attr(data-label);
display: block;
font-size: 0.7rem;