From 5ddf6267c3e22f883a676c4743e6ded0e04588d1 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 2 Jan 2024 13:00:37 -0500 Subject: [PATCH] Update line-height for headings --- reset.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reset.css b/reset.css index c49a883..07358b5 100644 --- a/reset.css +++ b/reset.css @@ -46,6 +46,11 @@ body { -webkit-font-smoothing: antialiased; // Improve text rendering for modern high-dpi screens } +// Reasonable line-height for headings +h1, h2, h3 { + line-height: 1.2; +} + // Improve media defaults img, picture, video, canvas, svg { display: block;