fixed default Quartz media query to show side panels properly

This commit is contained in:
Jafeth Garro 2024-08-23 15:31:56 -06:00
parent d0780ae52c
commit 8d11984942

View file

@ -3,7 +3,7 @@ $mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px; $tabletBreakpoint: 1000px;
$sidePanelWidth: 380px; $sidePanelWidth: 380px;
$topSpacing: 6rem; $topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth; $fullPageWidth: $pageWidth + 1.5 * $sidePanelWidth;
$boldWeight: 700; $boldWeight: 700;
$semiBoldWeight: 600; $semiBoldWeight: 600;
$normalWeight: 400; $normalWeight: 400;