mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-07-01 16:27:38 +00:00
Fix styling for narrow TOC
This commit is contained in:
@ -15,7 +15,7 @@ $breakpoints: (
|
||||
$mobile: "(max-width: #{map.get($breakpoints, mobile)})";
|
||||
$tablet: "(min-width: #{map.get($breakpoints, mobile)}) and (max-width: #{map.get($breakpoints, desktop)})";
|
||||
$desktop: "(min-width: #{map.get($breakpoints, desktop)})";
|
||||
$maxDesktop: "(min-width: 1500px)";
|
||||
$maxDesktop: "(min-width: 1630px)";
|
||||
|
||||
$pageWidth: #{map.get($breakpoints, mobile)};
|
||||
$sidePanelWidth: 320px;
|
||||
|
Reference in New Issue
Block a user