FIX: AdSense responsive ads in between posts were too wide
This commit is contained in:
parent
46219ea36e
commit
5cfead3d2a
14
plugin.rb
14
plugin.rb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue