From bc925780afb43c520f8c041b8dd7507677ddb774 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 19 Jan 2026 10:51:12 -0800 Subject: [PATCH] Increase letter spacing for paragraphs to promote readability --- assets/css/global.css | 5 +++++ notes.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/global.css b/assets/css/global.css index 8fe4cc0..63246b7 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -43,6 +43,10 @@ a { color: unset; } +p, a { + letter-spacing: 0.2px; +} + h1, h2, h3, h4, h5, h6 { margin-top: 2em; margin-bottom: 0.5em; @@ -61,6 +65,7 @@ h3 { font-size: 1.5em; } + img { max-width: 100%; } diff --git a/notes.html b/notes.html index 1e85ed2..45188d8 100644 --- a/notes.html +++ b/notes.html @@ -5,7 +5,7 @@ layout: default

(Tech)notes

-Documenting work-in-progress projects, learnings, and more. +

Documenting work-in-progress projects, learnings, and more.