Skip to content

Commit 9f00c72

Browse files
Fix typo
1 parent 9b95642 commit 9f00c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/sass/components/_secondary-navigation.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $govuk-spacing4: 20px;
1313
}
1414

1515
.app-secondary-navigation__list-item--current {
16-
border-bottom-width: $govuk-sacing1;
16+
border-bottom-width: $govuk-spacing1;
1717
}
1818

1919
.app-secondary-navigation__link {
@@ -82,7 +82,7 @@ $govuk-spacing4: 20px;
8282

8383
.app-secondary-navigation__list-item--current {
8484
border-bottom: $nhsuk-border-width solid $color_nhsuk-blue;
85-
padding-bottom: $govuk-sacing1;
85+
padding-bottom: $govuk-spacing1;
8686

8787
// More generous padding beneath items on wider screens
8888
@include mq($from: tablet) {

0 commit comments

Comments
 (0)