Aaron Bull Schaefer
2024-02-14 2041341d9fd9a3b674d7fa7286ad5b6e99ce80e5
1
2
3
4
5
6
7
8
$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$boldWeight: 700;
$normalWeight: 400;