From e90b7562890d48f96f5c4bbdcdbd48f0242e9928 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Thu, 25 Jan 2024 00:45:06 -0800 Subject: [PATCH] Fix wrapped line height on h1. --- assets/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 9632bc6..5c19ac7 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -53,6 +53,7 @@ main { h1, h2, h3 { margin-bottom: 5px; + line-height: 1.2em; } h2 {