We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b95642 commit 9f00c72Copy full SHA for 9f00c72
app/assets/sass/components/_secondary-navigation.scss
@@ -13,7 +13,7 @@ $govuk-spacing4: 20px;
13
}
14
15
.app-secondary-navigation__list-item--current {
16
- border-bottom-width: $govuk-sacing1;
+ border-bottom-width: $govuk-spacing1;
17
18
19
.app-secondary-navigation__link {
@@ -82,7 +82,7 @@ $govuk-spacing4: 20px;
82
83
84
border-bottom: $nhsuk-border-width solid $color_nhsuk-blue;
85
- padding-bottom: $govuk-sacing1;
+ padding-bottom: $govuk-spacing1;
86
87
// More generous padding beneath items on wider screens
88
@include mq($from: tablet) {
0 commit comments