FIX: AdSense responsive ads in between posts were too wide

This commit is contained in:
Neil Lalonde 2018-02-15 13:59:08 -05:00
parent 46219ea36e
commit 5cfead3d2a
1 changed files with 14 additions and 0 deletions

View File

@ -53,6 +53,20 @@ register_css <<CSS
margin: 0 auto;
}
.google-adsense.adsense-post-bottom {
max-width: 735px;
background-color: blue;
padding: 0 11px;
}
@media all
and (max-width : 775px) {
.google-adsense.adsense-post-bottom {
box-sizing: border-box;
width: 100%;
}
}
.amazon-product-links {
padding: 3px;
margin-bottom: 10px;