Skip to content

Commit

Permalink
Remove border from last navigation item on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Nov 17, 2021
1 parent 02ce19f commit 3f97233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/govuk/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@

.govuk-header__navigation-item:last-child {
margin-right: 0;
border-bottom: 0;
}

@include govuk-media-query($media-type: print) {
Expand Down

0 comments on commit 3f97233

Please sign in to comment.