Center Google AdSense and remove border

This commit is contained in:
Michael Rose 2016-05-06 15:09:40 -04:00
parent 2d2a6108b9
commit 9e108ed160

View File

@ -1,16 +1,15 @@
<!-- start custom footer snippets --> <!-- start custom footer snippets -->
<div style="margin: auto;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Made Mistakes --> <div align="center" style="margin: 1em 0;">
<ins class="adsbygoogle" <ins class="adsbygoogle"
style="display:block" style="display:block; border-bottom: initial;"
data-ad-client="ca-pub-7328585512091257" data-ad-client="ca-pub-7328585512091257"
data-ad-slot="3049671934" data-ad-slot="3049671934"
data-ad-format="auto"></ins> data-ad-format="auto"></ins>
</div>
<script> <script>
(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({});
</script> </script>
</div>
<!-- end custom footer snippets --> <!-- end custom footer snippets -->