spaced menu smallscreen view

This commit is contained in:
jorge 2022-03-01 16:36:34 +01:00
parent 488cc5cf79
commit 1e4610167b
3 changed files with 5 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,11 +8,9 @@
} }
.hero { .hero {
@include breakpoint(small) { @include breakpoint(small) {
aside {
nav { nav {
.dropdown.menu > li > a { .dropdown.menu > li > a {
padding: $global-menu-padding/2; padding: $global-menu-padding/2 $global-menu-padding/2;
}
} }
} }
} }

6
package-lock.json generated
View File

@ -924,9 +924,9 @@
} }
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30001236", "version": "1.0.30001312",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001236.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz",
"integrity": "sha512-o0PRQSrSCGJKCPZcgMzl5fUaj5xHe8qA2m4QRvnyY4e1lITqoNkr7q/Oh1NcpGSy0Th97UZ35yoKcINPoq7YOQ==", "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==",
"dev": true "dev": true
}, },
"caseless": { "caseless": {