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:
Vamsi Krishna 2021-06-12 03:41:19 +05:30 committed by GitHub
parent 0a3e952ab3
commit 0dca54c091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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