mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-24 16:49:01 +00:00
fix(grid): $desktop variable (#1511)
This commit is contained in:
parent
67e1beea70
commit
9f701e5045
5 changed files with 9 additions and 8 deletions
quartz/styles
|
@ -12,7 +12,7 @@ $breakpoints: (
|
|||
|
||||
$mobile: "(max-width: #{map-get($breakpoints, mobile)})";
|
||||
$tablet: "(min-width: #{map-get($breakpoints, mobile)}) and (max-width: #{map-get($breakpoints, desktop)})";
|
||||
$desktop: "(max-width: #{map-get($breakpoints, desktop)})";
|
||||
$desktop: "(min-width: #{map-get($breakpoints, desktop)})";
|
||||
|
||||
$pageWidth: #{map-get($breakpoints, mobile)};
|
||||
$sidePanelWidth: 320px; //380px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue