Quartz configuration and styling

This commit is contained in:
2024-04-06 18:10:41 +02:00
parent 5ec61468d5
commit 4595f54660
4 changed files with 163 additions and 17 deletions

View File

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