mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
7 lines
165 B
SCSS
7 lines
165 B
SCSS
$pageWidth: 750px;
|
|
$mobileBreakpoint: 600px;
|
|
$tabletBreakpoint: 1200px;
|
|
$sidePanelWidth: 400px;
|
|
$topSpacing: 6rem;
|
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|