Added separate nav breakpoint and text sizes to editor

This commit is contained in:
Dan Coulthard 2023-09-06 16:24:06 +01:00
parent bd493e99ed
commit d6c2e451f9
7 changed files with 40 additions and 219 deletions

View file

@ -15,7 +15,7 @@
margin: 8px auto;
transition: all $animation-speed $animation;
@include resp-max($breakpoint-md) {
@include resp-max($breakpoint-nav) {
display: block;
}
@ -57,7 +57,7 @@
}
.nav--header {
@include resp-max($breakpoint-md) {
@include resp-max($breakpoint-nav) {
ul {
list-style: none;
}