From 5e6a10ef78d7de0af1483306648092b38dd8a564 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Thu, 1 Apr 2021 09:56:12 +0200 Subject: [PATCH] feat: better line height --- styles/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/typography.css b/styles/typography.css index 131d18d..79202f8 100644 --- a/styles/typography.css +++ b/styles/typography.css @@ -17,6 +17,7 @@ h3 { p { font-size: 1.5rem; font-weight: 200; + line-height: 1.3; } a {