Change breakpoint to hide navigation at 1300px to prevent wrapping of navigation items
This commit is contained in:
parent
cc3b6a9c37
commit
e7ac052287
|
|
@ -171,7 +171,9 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
@include desktop {
|
//@include desktop
|
||||||
|
// Overwrite desktop breakpoint, with time2learn link enabled navigation items start to wrap
|
||||||
|
@media (min-width: 1300px) {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue