mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
fix columns
This commit is contained in:
parent
a70a5976cd
commit
1cc17634e3
6
site/layouts/partials/layout/btm_bar.html
Normal file
6
site/layouts/partials/layout/btm_bar.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!-- Advertisement -->
|
||||
<div class="px-md has-text-centered">
|
||||
<p class="is-size-6 has-text-centered">Advertisement</p>
|
||||
<br>
|
||||
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:100px" data-ad-client="ca-pub-4126545610079023" data-ad-slot="1038554045"></ins>
|
||||
</div>
|
|
@ -1,8 +1,11 @@
|
|||
<!-- Advertisement -->
|
||||
<section class="hero is-info">
|
||||
<div class="hero-body">
|
||||
<div class="has-text-centered">
|
||||
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4126545610079023" data-ad-slot="1038554045"></ins>
|
||||
<div class="px-md">
|
||||
<!-- yuzu-auto-resize-2 -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block; margin-left:25px;"
|
||||
data-ad-client="ca-pub-4126545610079023"
|
||||
data-ad-slot="6276099127"
|
||||
data-ad-format="auto"></ins>
|
||||
<br>
|
||||
<p class="is-size-6 has-text-centered">Advertisement</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -1 +1 @@
|
|||
Subproject commit 42f620f14aa59848b58535ae077d4c7db3406cf4
|
||||
Subproject commit ad5b1e22ecd1e74a575a0e710897c80145a89bf9
|
Loading…
Reference in a new issue