Add margin around Google ads
This commit is contained in:
parent
9269842e9d
commit
084ddf8d8e
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
|
<style>
|
||||||
|
.google-auto-placed {
|
||||||
|
margin: 2em auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue