Skip to content

Commit

Permalink
Fix text wrap issue for mobile devices (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Jan 29, 2025
1 parent df1693f commit 83a9ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/docusaurus-website/src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const ProjectName = styled.h1`
font-weight: 700;
margin: 0;
margin-bottom: 16px;
word-wrap: normal;
`;

const GetStartedLink = styled.a`
Expand Down

0 comments on commit 83a9ce9

Please sign in to comment.