From 25528aa09fb58fd397e98ba210c82f84796397ca Mon Sep 17 00:00:00 2001 From: Jeff Merrick Date: Fri, 22 Sep 2023 15:18:30 -0500 Subject: [PATCH] docs(website): adjust global spacing variable --- docs-website/src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website/src/styles/global.scss b/docs-website/src/styles/global.scss index f5af864cfb85d..4c1a22baa1903 100644 --- a/docs-website/src/styles/global.scss +++ b/docs-website/src/styles/global.scss @@ -9,7 +9,7 @@ :root { // Global --ifm-background-color: #ffffff; - --ifm-global-spacing: 2rem; + --ifm-global-spacing: 1rem; /* Typography */ --ifm-font-size-base: 95%;