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,13 +8,11 @@
}
.hero {
@include breakpoint(small) {
aside {
nav {
.dropdown.menu > li > a {
padding: $global-menu-padding/2;
padding: $global-menu-padding/2 $global-menu-padding/2;
}
}
}
}
@include breakpoint(medium) {
aside {

6
package-lock.json generated
View File

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