Skip to content

Commit 83a9ce9

Browse files
Fix text wrap issue for mobile devices (#8)
1 parent df1693f commit 83a9ce9

File tree

1 file changed

+1
-0
lines changed
  • modules/docusaurus-website/src/components

1 file changed

+1
-0
lines changed

modules/docusaurus-website/src/components/home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const ProjectName = styled.h1`
5656
font-weight: 700;
5757
margin: 0;
5858
margin-bottom: 16px;
59+
word-wrap: normal;
5960
`;
6061

6162
const GetStartedLink = styled.a`

0 commit comments

Comments
 (0)