Skip to content

Commit

Permalink
Fix header link media query to match wrapped product name
Browse files Browse the repository at this point in the history
The link was given `display: inline` at tablet sizes but the product name doesn’t wrap until desktop: #2549
  • Loading branch information
colinrotherham committed Nov 16, 2023
1 parent 644a1a1 commit 058b443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
margin-right: govuk-spacing(2);
font-size: 30px; // We don't have a mixin that produces 30px font size

@include govuk-media-query($from: tablet) {
@include govuk-media-query($from: desktop) {
display: inline;

&:focus {
Expand Down

0 comments on commit 058b443

Please sign in to comment.