mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
reverted CSS media query due to issue #19
This commit is contained in:
parent
f4a5986c37
commit
4d8774036d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $mobileBreakpoint: 600px;
|
|||
$tabletBreakpoint: 1000px;
|
||||
$sidePanelWidth: 380px;
|
||||
$topSpacing: 6rem;
|
||||
$fullPageWidth: $pageWidth + 1.5 * $sidePanelWidth;
|
||||
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
||||
$boldWeight: 700;
|
||||
$semiBoldWeight: 600;
|
||||
$normalWeight: 400;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue