Skip to content

Commit

Permalink
Ensure logo in header appears for print media
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Oct 31, 2024
1 parent 46b5cd3 commit fa05a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
}

@include mq($media-type: print) {
color: $color_nhsuk-black;

&:after {
content: "";
}
Expand Down

0 comments on commit fa05a47

Please sign in to comment.