From 85bb39f40860c6e32c4989dd1d75797b26fc20c8 Mon Sep 17 00:00:00 2001 From: opfuchs Date: Tue, 8 Oct 2024 08:27:23 -0400 Subject: [PATCH] reverted sidebar size to 380px --- quartz/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/variables.scss b/quartz/styles/variables.scss index 6f8841eb..e45cc915 100644 --- a/quartz/styles/variables.scss +++ b/quartz/styles/variables.scss @@ -1,7 +1,7 @@ $pageWidth: 750px; $mobileBreakpoint: 600px; $tabletBreakpoint: 1000px; -$sidePanelWidth: 200px; +$sidePanelWidth: 380px; $topSpacing: 6rem; $fullPageWidth: $pageWidth + 2 * $sidePanelWidth; $boldWeight: 700;