mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-07-04 08:57:37 +00:00
Small adjustments for responsiveness
This commit is contained in:
@ -15,6 +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)})";
|
||||
$medDesktop: "(min-width: 1420px)";
|
||||
$maxDesktop: "(min-width: 1630px)";
|
||||
|
||||
$pageWidth: #{map.get($breakpoints, mobile)};
|
||||
|
Reference in New Issue
Block a user