From fd99955a30600797a3f5b5b97142740f5ba2f5cd Mon Sep 17 00:00:00 2001 From: jultty Date: Mon, 20 May 2024 16:32:23 -0300 Subject: [PATCH] Increase line height --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index bc88ef5..74b366a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -30,6 +30,7 @@ li { margin-bottom: 10px; } p { margin: 30px; + line-height: 1.7em; } a {