mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-08 18:49:12 +00:00
FIX: mobile ad with is too wide on 320px wide devices
This commit is contained in:
parent
85d357b007
commit
99319c7b91
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user