Added separate nav breakpoint and text sizes to editor
This commit is contained in:
parent
bd493e99ed
commit
d6c2e451f9
7 changed files with 40 additions and 219 deletions
|
@ -6,6 +6,7 @@ $breakpoint-lg: 1280px;
|
|||
$breakpoint-md: 1024px;
|
||||
$breakpoint-sm: 768px;
|
||||
$breakpoint-xs: 480px;
|
||||
$breakpoint-nav: 1000px;
|
||||
|
||||
/**
|
||||
* Typography
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue