Increase the line height to improve readability

This commit is contained in:
2026-01-19 11:21:14 -08:00
parent 7f9d198de5
commit 4150690e32

View File

@@ -43,8 +43,10 @@ a {
color: unset; color: unset;
} }
/* Improve readability for smaller text, especially in long paragraphs */
p, a, ul, ol { p, a, ul, ol {
letter-spacing: 0.2px; letter-spacing: 0.2px;
line-height: 24px;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {