format, update default sidepanel width

This commit is contained in:
Jacky Zhao
2023-08-21 09:00:13 -07:00
parent dcaf09b658
commit a920416db2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1200px;
$sidePanelWidth: 400px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;