From d40237049ad3fd5dea893d18b119e95fa1cd3337 Mon Sep 17 00:00:00 2001 From: Liang Gong Date: Fri, 2 Feb 2024 19:06:22 -0800 Subject: [PATCH] chore(website) tweak the code font size in doc site Summary: Make MemLab doc site code font size smaller Differential Revision: D53368072 fbshipit-source-id: 42891cb1defa3a056825e1b19aeee79339d1a584 --- website/src/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 2e0e8b29b..1f0990351 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -65,7 +65,7 @@ article h1 { } article h1 code { - font-size: 32px !important; + font-size: 30px !important; } article h2 { @@ -82,7 +82,7 @@ article h2 { } article h2 code { - font-size: 24px !important; + font-size: 22px !important; } article h3 { @@ -91,7 +91,7 @@ article h3 { } article h3 code { - font-size: 20px !important; + font-size: 18px !important; } article strong {