From 67a42d867bd06a857d6d898d78831892335a448b Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 24 Jan 2024 17:29:20 +0100 Subject: [PATCH] Update line-height --- assets/css/baseof.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/baseof.css b/assets/css/baseof.css index eb23c26..d69f845 100644 --- a/assets/css/baseof.css +++ b/assets/css/baseof.css @@ -54,7 +54,7 @@ body { font-family: 'Open Sans', sans-serif; font-size: 16px; - line-height: 1.5; + line-height: normal; -webkit-font-smoothing: antialiased; background-color: var(--background);