From 29947399c5737d78a7f116a4a4039c1809764e39 Mon Sep 17 00:00:00 2001 From: evyatarmeged Date: Thu, 2 May 2024 16:45:59 +0300 Subject: [PATCH] CR fixes --- 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 403a55a7b..2cad08536 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -18,7 +18,7 @@ --ifm-color-primary-lighter: #377fad; --ifm-color-primary-lightest: #408fc2; --ifm-code-font-size: 85%; - --ifm-font-size-base: 0.85rem; + --ifm-font-size-base: 1rem; --ifm-font-weight-base: 400; --ifm-h1-font-size: 2.5rem; --ifm-code-border-radius: 5px; @@ -136,7 +136,7 @@ article { /* Allow for slightly longer sidebar items than the default width */ :root { - --doc-sidebar-width: 350px !important; + --doc-sidebar-width: 300px !important; } /* Auto-wrap text in code blocks