Skip to content

Commit

Permalink
Tweak font size of strapline in header component on tiny devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 28, 2025
1 parent b1a1f00 commit 3602a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nationalarchives/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@
}

&__logo-strapline {
line-height: 0.9;
font-size: 0.9rem;
line-height: 1.25;
}

&__navigation-button {
Expand Down

0 comments on commit 3602a1f

Please sign in to comment.