diff --git a/_includes/sidebar.njk b/_includes/sidebar.njk
index c105c21..aadaac9 100644
--- a/_includes/sidebar.njk
+++ b/_includes/sidebar.njk
@@ -12,7 +12,7 @@
{{ colYear }}
diff --git a/columns/2026-03-28-useless-skills.md b/columns/2026-03-28-useless-skills.md
index 09a8be6..c4ef83f 100644
--- a/columns/2026-03-28-useless-skills.md
+++ b/columns/2026-03-28-useless-skills.md
@@ -6,7 +6,7 @@ tags: column
permalink: /columns/2026/useless-skills/
---
-On an unscheduled walk home over the Brooklyn Bridge, I was caught unprepared in a downpour. One of those raw, mid-february rains that left you bitter, tasting nature's indifference to your existence. But maybe I should have just packed a fucking raincoat.
+On an unscheduled walk home over the Brooklyn Bridge, I was caught unprepared in a downpour. One of those raw, mid-february rains that left you bitter, tasting nature's indifference to your existence. But maybe I should have just packed a fucking raincoat.
---
diff --git a/css/style.css b/css/style.css
index 3d2fe2c..295984b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -22,7 +22,8 @@
html {
font-size: 18px;
- line-height: 1.6;
+ line-height: 1.7;
+ letter-spacing: 0.02em;
}
body {
@@ -120,6 +121,7 @@ a:hover {
.column-body p {
margin-bottom: 1rem;
+ text-indent: 1em;
}
.column-body blockquote {