Merge pull request #23 from nlalonde/master

FIX: mobile ad with is too wide on 320px wide devices
This commit is contained in:
Robin Ward 2015-10-28 17:19:52 -04:00
commit af22cd987d
1 changed files with 2 additions and 2 deletions

View File

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