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