You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
555 B
14 lines
555 B
<style>
|
|
.responsive-ads { width: 300px; height: 200px; }
|
|
@media(min-width: 520px) { .responsive-ads { width: 468px; height: 60px; } }
|
|
@media(min-width: 768px) { .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>
|