Skip to content

Commit

Permalink
Hide service name in header (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-mills authored Nov 5, 2024
1 parent abcb630 commit 947bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/components/_header-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@include govuk-font(24);

@include govuk-media-query($from: desktop) {
display: inline-block;
display: none;
}
}
}
Expand Down Expand Up @@ -141,6 +141,6 @@
}

.govuk-phase-banner {
@include govuk-width-container;
margin: 0 auto;
border: none;
}

0 comments on commit 947bd98

Please sign in to comment.