dalfuss.net/quartz/styles/variables.scss

10 lines
225 B
SCSS
Raw Normal View History

2024-11-16 23:07:50 +01:00
$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
2024-11-16 23:07:50 +01:00
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
2024-02-02 00:53:05 -08:00
$boldWeight: 700;
$semiBoldWeight: 600;
2024-02-02 00:53:05 -08:00
$normalWeight: 400;