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 authored and querkmachine committed Nov 20, 2023
1 parent b14bbe5 commit 6b35bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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 6b35bfd

Please sign in to comment.