Skip to content

Commit 6a9af06

Browse files
Style: $topSpacing 1rem for all MMW/OAAB sites
Reduces unused empty space at page top, and reduces likelihood of sidebar content being cut off at the bottom by pushing all content up.
1 parent 427994e commit 6a9af06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/styles/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $pageWidth: 860px;
22
$mobileBreakpoint: 600px;
33
$tabletBreakpoint: 1000px;
44
$sidePanelWidth: 340px;
5-
$topSpacing: 1rem;
5+
$topSpacing: 1rem; /* reduce empty space at top of page and likelihood of sidebar bottoms being cut off */
66
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
77
$boldWeight: 700;
88
$semiBoldWeight: 600;

0 commit comments

Comments
 (0)