We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427994e commit 6a9af06Copy full SHA for 6a9af06
quartz/styles/variables.scss
@@ -2,7 +2,7 @@ $pageWidth: 860px;
2
$mobileBreakpoint: 600px;
3
$tabletBreakpoint: 1000px;
4
$sidePanelWidth: 340px;
5
-$topSpacing: 1rem;
+$topSpacing: 1rem; /* reduce empty space at top of page and likelihood of sidebar bottoms being cut off */
6
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
7
$boldWeight: 700;
8
$semiBoldWeight: 600;
0 commit comments