Skip to content

Commit

Permalink
reverted sidebar size to 380px
Browse files Browse the repository at this point in the history
  • Loading branch information
opfuchs committed Oct 8, 2024
1 parent c9c926f commit 85bb39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
$sidePanelWidth: 200px;
$sidePanelWidth: 380px;
$topSpacing: 6rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$boldWeight: 700;
Expand Down

0 comments on commit 85bb39f

Please sign in to comment.