quartz-research-note/quartz/styles/variables.scss

9 lines
203 B
SCSS
Raw Normal View History

$pageWidth: 750px;
$mobileBreakpoint: 600px;
2024-02-05 10:45:36 +00:00
$tabletBreakpoint: 1000px;
2023-08-21 16:00:13 +00:00
$sidePanelWidth: 380px;
$topSpacing: 6rem;
2023-07-23 00:27:41 +00:00
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
2024-02-05 10:45:36 +00:00
$boldWeight: 700;
$normalWeight: 400;