Skip to content

Commit

Permalink
Update header drop-down navigation styles for desktop breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Oct 31, 2024
1 parent e173741 commit ec73372
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/components/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -495,18 +495,13 @@

.nhsuk-header__navigation-link {
color: $color_nhsuk-blue;
padding: 12px nhsuk-spacing(3);
padding: 12px 0;
}

.nhsuk-header__navigation-item {
@include govuk-width-container;
border-top: 1px solid $color_nhsuk-grey-5;
margin-bottom: 0;

@include mq($from: large-desktop) {
border-top: 0;
margin: 0;
text-align: center;
}
}
}

Expand Down

0 comments on commit ec73372

Please sign in to comment.