Skip to content

Commit d30a247

Browse files
authored
Aligns side navigation styling to NHS UK frontend by removing indents from 'child' pages
1 parent 74a5ac3 commit d30a247

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/_sass/_nhsnotify-side-nav.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,14 @@
6060
}
6161

6262
.nhsnotify-side-nav__item {
63-
padding: 4px 0 0.5em 1.3em;
64-
65-
&:first-child {
66-
padding-left: 0;
63+
padding: 4px 0 0.5em;
6764

6865
&.nhsnotify-side-nav__item--current {
6966
left: -1.2em;
7067
padding-left: 1em;
7168
position: relative;
7269
}
7370
}
74-
}
7571

7672
.nhsnotify-side-nav__item--current {
7773
font-weight: 600;

0 commit comments

Comments
 (0)