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