From 1bfa5df0c8876d3bec3b0da5866a6daa3b38773d Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 6 May 2024 23:06:44 +0300 Subject: [PATCH] update: more line spacing --- public/md.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/md.css b/public/md.css index cf3a157..f6c2294 100644 --- a/public/md.css +++ b/public/md.css @@ -43,7 +43,7 @@ .md p { font-size: 18px; color: var(--bright-second); - line-height: 24px; + line-height: 26px; letter-spacing: .01em; margin-top: 10px; }