From 736406ebdab4af80453901f00f83339a15f44b96 Mon Sep 17 00:00:00 2001 From: Derick Ruiz Date: Mon, 9 Dec 2024 15:04:49 +0700 Subject: [PATCH] (docs): Fixing a font stylin issue for the headers on the docs with longer headers. --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 62962b24..d86d1041 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -288,14 +288,14 @@ article > header { .markdown h1:first-child { font-size: 32px; font-weight: 600; - line-height: 1.25rem; + line-height: 1.25; margin-top: 1rem; } .markdown > h2 { font-size: 18px; font-weight: 600; - line-height: 1.25rem; + line-height: 1.25; } .markdown > pre,