7 lines
165 B
SCSS
Raw Normal View History

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