Merge branch 'v4' of github.com:jackyzha0/quartz into v4

This commit is contained in:
2023-08-22 17:28:49 +09:00
6 changed files with 34 additions and 14 deletions

View File

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