FIX: mobile ad with is too wide on 320px wide devices

This commit is contained in:
Neil Lalonde 2015-10-28 17:08:38 -04:00
parent 85d357b007
commit 99319c7b91
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
register_css <<CSS
.google-dfp-ad {
padding: 3px;
padding: 3px 0;
margin-bottom: 10px;
clear: both;
}
@ -16,7 +16,7 @@ register_css <<CSS
}
.google-adsense {
padding: 3px;
padding: 3px 0;
margin-bottom: 10px;
clear: both;
}