Remove unnecessary styles in top bar

Not sure why these properties were added, but they no longer seem to be
necessary.
This commit is contained in:
Javi Martín
2023-01-30 15:40:50 +01:00
parent 3b125d9cfc
commit 27d9859674
2 changed files with 0 additions and 13 deletions

View File

@@ -21,7 +21,6 @@
.is-submenu-item {
display: block;
height: auto;
margin-bottom: 0;
}

View File

@@ -15,7 +15,6 @@
}
.top-bar {
height: auto;
padding-top: $line-height / 2;
@include breakpoint(small only) {
@@ -25,10 +24,6 @@
padding-bottom: 0;
margin-bottom: 0;
.submenu {
position: initial;
}
a {
font-weight: normal;
}
@@ -70,11 +65,4 @@
}
}
}
.top-bar .menu > li {
@include breakpoint(medium) {
height: auto !important;
}
}
}