From 30cd670ce211280401020995fe614f14383582b2 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 11 Feb 2024 11:10:14 -0600 Subject: [PATCH] Increase line height --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 1b5cd63..92a15e5 100644 --- a/index.html +++ b/index.html @@ -89,6 +89,10 @@ color: #a90649; } + main p { + line-height: 20px; + } + .overlay { backdrop-filter: blur(8px); background-color: #ffffffcb;