reverted CSS media query due to issue #19

This commit is contained in:
Jafeth Garro 2024-08-26 04:25:10 -06:00
parent f4a5986c37
commit 4d8774036d

View file

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