From e5a611bc66f65e1f35a2e35be41f74534364810f Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 23 Feb 2024 22:50:41 +0300 Subject: [PATCH] update: Playing around with font and paddings --- public/md.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/md.css b/public/md.css index add8eda..3adae40 100644 --- a/public/md.css +++ b/public/md.css @@ -31,12 +31,12 @@ } .md h2 { - font-size: 22px; - margin-top: 32px; + font-size: 23px; + margin-top: 30px; } .md h3 { - font-size: 20px; + font-size: 18px; margin-top: 20px; } @@ -45,7 +45,7 @@ color: var(--bright-second); line-height: 24px; letter-spacing: .01em; - margin-top: 12px; + margin-top: 10px; } .md strong {