Fix ads style (#1043)
This commit is contained in:
parent
59c948205f
commit
f9703603e3
1 changed files with 14 additions and 0 deletions
|
@ -526,3 +526,17 @@ a.reversefootnote {
|
||||||
color: $danger-color;
|
color: $danger-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Ads
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
.adsbygoogle {
|
||||||
|
border-bottom: none;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adsbygoogle:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
Loading…
Reference in a new issue