From 8d1198494298fdbc5762e32b794644b51b433f3b Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:31:56 -0600 Subject: [PATCH] fixed default Quartz media query to show side panels properly --- 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 e45cc91..4a9169c 100644 --- a/quartz/styles/variables.scss +++ b/quartz/styles/variables.scss @@ -3,7 +3,7 @@ $mobileBreakpoint: 600px; $tabletBreakpoint: 1000px; $sidePanelWidth: 380px; $topSpacing: 6rem; -$fullPageWidth: $pageWidth + 2 * $sidePanelWidth; +$fullPageWidth: $pageWidth + 1.5 * $sidePanelWidth; $boldWeight: 700; $semiBoldWeight: 600; $normalWeight: 400;