mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
fixed default Quartz media query to show side panels properly
This commit is contained in:
parent
d0780ae52c
commit
8d11984942
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $mobileBreakpoint: 600px;
|
|||
$tabletBreakpoint: 1000px;
|
||||
$sidePanelWidth: 380px;
|
||||
$topSpacing: 6rem;
|
||||
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
||||
$fullPageWidth: $pageWidth + 1.5 * $sidePanelWidth;
|
||||
$boldWeight: 700;
|
||||
$semiBoldWeight: 600;
|
||||
$normalWeight: 400;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue