mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 01:57:08 +00:00
17 lines
No EOL
761 B
HTML
17 lines
No EOL
761 B
HTML
<div class="google-ads" style="margin-top:40px; text-align:center;">
|
|
<style>
|
|
.responsive-ads { width: 300px; height: 200px; }
|
|
@media(min-width: 518px) { .responsive-ads { width: 468px; height: 60px; } }
|
|
@media(min-width: 778px) { .responsive-ads { width: 728px; height: 90px; } }
|
|
@media(min-width: 1000px) { .responsive-ads { width: 160px; height: 600px; } }
|
|
</style>
|
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<ins class="adsbygoogle responsive-ads"
|
|
style="display:inline-block"
|
|
data-ad-client="{{ site.owner.google.ad-client }}"
|
|
data-ad-slot="{{ site.owner.google.ad-slot }}"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div><!-- /.google-ads --> |