Skip to content

Commit 3e87cc8

Browse files
committed
Small CSS tweak to add padding to section headings in the side nav
1 parent a22d205 commit 3e87cc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/assets/css/_nhsnotify-side-nav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
}
6262
}
6363

64+
.nhsnotify-side-nav__list-section:not(:first-of-type) {
65+
margin-top: 24px;
66+
}
67+
6468
.nhsnotify-side-nav__item {
6569
padding: 4px 0 0.5em;
6670

0 commit comments

Comments
 (0)