Skip to content

Commit 084ddf8

Browse files
authoredAug 6, 2021
Add margin around Google ads
1 parent 9269842 commit 084ddf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/_layouts/default.html

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
</div>
4646

4747
{% include scripts.html %}
48+
<style>
49+
.google-auto-placed {
50+
margin: 2em auto;
51+
}
52+
</style>
4853
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
4954
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
5055

0 commit comments

Comments
 (0)
Please sign in to comment.