Skip to content

Commit 978c50d

Browse files
fix: make spacing more even in menu
1 parent 1ded427 commit 978c50d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static/css/custom-menu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
.menu-item-has-children {
9797
position: static;
9898
padding: 0;
99+
width: 100%;
99100
}
100101

101102
.menu-item-has-children > a {
@@ -106,6 +107,7 @@
106107
display: block;
107108
position: relative;
108109
font-size: 14px;
110+
text-align: center;
109111
}
110112

111113
.menu-item-has-children > a::after {

0 commit comments

Comments
 (0)