Skip to content

Commit 47b0382

Browse files
authored
Hopefully fixed the mobile navbar separator in custom.css
1 parent 1d30552 commit 47b0382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ li:has(.navbar-icon) {
195195
width: auto;
196196
}
197197

198-
li.menu__list-item:has(:not(.navbar-icon)):has(+ li:has(.navbar-icon)) {
198+
li.menu__list-item:not(:has(.navbar-icon)):has(+ li:has(.navbar-icon)) {
199199
padding-bottom: 0.25rem;
200200
border-bottom: 2px solid;
201201
border-image: linear-gradient(

0 commit comments

Comments
 (0)