Skip to content

Commit 20f243c

Browse files
committed
Fix menu-heading
1 parent 736361f commit 20f243c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/navigation/menu.scss

+3-4
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,11 @@
9797

9898
.menu-heading {
9999
display: block;
100-
padding: $spacer-1 $spacer-3;
100+
padding: $spacer-2 $spacer-3;
101101
margin-top: 0;
102102
margin-bottom: 0;
103-
font-weight: $font-weight-semibold;
104-
// stylelint-disable-next-line primer/typography
105-
line-height: 23px;
103+
font-size: inherit;
104+
font-weight: $font-weight-bold;
106105
color: $text-black;
107106
border-bottom: $border-width $border-style $border-gray-light;
108107

0 commit comments

Comments
 (0)