From 78dc15376eb3449c604a90113b8fb217f50bbe65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaz=C3=A9?= Date: Sun, 17 May 2026 13:10:15 +0200 Subject: [PATCH] fix: line-height --- docs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style.css b/docs/style.css index 111197a..d106744 100644 --- a/docs/style.css +++ b/docs/style.css @@ -41,6 +41,7 @@ body { max-width: 64em; width: 100%; font-family: sans-serif; + line-height: 1.8em; } header, footer { text-align: center;