From a55d351fda3186c5a73b2a2a9cadfbe733b9cbe9 Mon Sep 17 00:00:00 2001 From: Joe Goodman Date: Sat, 27 Apr 2024 17:12:57 -0400 Subject: [PATCH] Quartz sync: Apr 27, 2024, 5:12 PM --- 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 e45cc915..efe147f5 100644 --- a/quartz/styles/variables.scss +++ b/quartz/styles/variables.scss @@ -1,7 +1,7 @@ $pageWidth: 750px; $mobileBreakpoint: 600px; $tabletBreakpoint: 1000px; -$sidePanelWidth: 380px; +$sidePanelWidth: 360px; $topSpacing: 6rem; $fullPageWidth: $pageWidth + 2 * $sidePanelWidth; $boldWeight: 700;