mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +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">
|
<!-- Advertisement -->
|
||||||
<!-- yuzu-auto-resize-2 -->
|
<section class="hero is-info">
|
||||||
<ins class="adsbygoogle"
|
<div class="hero-body">
|
||||||
style="display:block"
|
<div class="has-text-centered">
|
||||||
data-ad-client="ca-pub-4126545610079023"
|
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4126545610079023" data-ad-slot="1038554045"></ins>
|
||||||
data-ad-slot="6276099127"
|
</div>
|
||||||
data-ad-format="auto"></ins>
|
</div>
|
||||||
<p class="is-size-5 has-text-centered">Advertisement</p>
|
</section>
|
||||||
</div>
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c2cd7be6c1f1938a0541591e8ae28b9b65494503
|
Subproject commit 42f620f14aa59848b58535ae077d4c7db3406cf4
|
|
@ -101,7 +101,8 @@ a:hover {
|
||||||
// Make text nicer to read in articles
|
// Make text nicer to read in articles
|
||||||
.content p {
|
.content p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
line-height: 1.45;
|
line-height: 1.8;
|
||||||
|
font-size: 1.09em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix background color for single line monospaced text
|
// Fix background color for single line monospaced text
|
||||||
|
|
Loading…
Reference in a new issue