Ben Schlegel
2023-09-15 91f9ae2d71d5c28ba7d2182eed5a9f77da1fbe8d
1
2
3
4
5
6
$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1200px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;