From fd7f041d6b8ab933293529dd4fa83fd6ff50893c Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Fri, 26 Apr 2024 18:42:03 -0700 Subject: [PATCH] docs[patch]: Increase line height (#20960) Help with readability, reduce intimidation factor @hwchase17 --- docs/src/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 6f0ecff9bc..5aa1ae857d 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -36,7 +36,7 @@ --ifm-code-font-size: 95%; --ifm-font-family-base: 'Public Sans'; --ifm-menu-link-padding-horizontal: 0.5rem; - --ifm-menu-link-padding-vertical: 0.375rem; + --ifm-menu-link-padding-vertical: 0.5rem; --doc-sidebar-width: 275px !important; } @@ -201,6 +201,10 @@ nav, h1, h2, h3, h4 { opacity: 0.5; } +.markdown { + line-height: 2em; +} + .markdown > h2 { margin-top: 2rem; border-bottom-color: var(--ifm-color-primary);