Increase letter spacing for paragraphs to promote readability
This commit is contained in:
@@ -43,6 +43,10 @@ a {
|
|||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, a {
|
||||||
|
letter-spacing: 0.2px;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
@@ -61,6 +65,7 @@ h3 {
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ layout: default
|
|||||||
|
|
||||||
<h1>(Tech)notes</h1>
|
<h1>(Tech)notes</h1>
|
||||||
|
|
||||||
Documenting work-in-progress projects, learnings, and more.
|
<p>Documenting work-in-progress projects, learnings, and more.</p>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user