Skip to content

Commit

Permalink
Remove nowrap for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyReagan committed Sep 13, 2024
1 parent 20bb36a commit 08c6de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/my-sites/marketing/do-it-for-me/difm-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ const Header = styled( FormattedHeader )`
.formatted-header__title {
font-size: 2.75rem;
line-height: 3rem;
text-wrap: nowrap;
@media ( min-width: 400px ) {
text-wrap: nowrap;
}
}
.formatted-header__subtitle {
font-size: 1rem;
Expand Down

0 comments on commit 08c6de2

Please sign in to comment.