mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
Minor changes to improve content readability (#280)
* replace sidebar ad with column ad * css fixes for readability * update base layout structure and styling
This commit is contained in:
parent
0a3e952ab3
commit
0dca54c091
|
@ -1,9 +1,8 @@
|
|||
<div class="pt-md">
|
||||
<!-- yuzu-auto-resize-2 -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-4126545610079023"
|
||||
data-ad-slot="6276099127"
|
||||
data-ad-format="auto"></ins>
|
||||
<p class="is-size-5 has-text-centered">Advertisement</p>
|
||||
</div>
|
||||
<!-- 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>
|
||||
</div>
|
||||
</section>
|
|
@ -1 +1 @@
|
|||
Subproject commit c2cd7be6c1f1938a0541591e8ae28b9b65494503
|
||||
Subproject commit 42f620f14aa59848b58535ae077d4c7db3406cf4
|
|
@ -101,7 +101,8 @@ a:hover {
|
|||
// Make text nicer to read in articles
|
||||
.content p {
|
||||
text-align: justify;
|
||||
line-height: 1.45;
|
||||
line-height: 1.8;
|
||||
font-size: 1.09em;
|
||||
}
|
||||
|
||||
// Fix background color for single line monospaced text
|
||||
|
|
Loading…
Reference in a new issue