1
0
mirror of synced 2026-08-05 01:46:54 +00:00

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
+2 -2
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;
}