Moved large screen breakpoint from 1280 to 1260 px.
This commit is contained in:
parent
f7bfad14eb
commit
6569aed259
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $navigationWidth: 260px;
|
||||||
|
|
||||||
$highlight-color: hsl(205,90%,60%);
|
$highlight-color: hsl(205,90%,60%);
|
||||||
|
|
||||||
$largeScreenBreakpoint: 1280px;
|
$largeScreenBreakpoint: 1260px;
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue