my_digital_garden/quartz/styles/variables.scss

7 lines
165 B
SCSS
Raw Normal View History

$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1200px;
2023-08-21 17:00:13 +01:00
$sidePanelWidth: 380px;
$topSpacing: 6rem;
2023-07-23 01:27:41 +01:00
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;