Skip to content

Commit

Permalink
Increase max width
Browse files Browse the repository at this point in the history
  • Loading branch information
skitterm committed Dec 8, 2023
1 parent 305589a commit b3820c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/HomePage/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const StyledHeading = styled(Heading)(
color: ${color.primaryText};
font-weight: 900;
}
max-width: 30vw;
max-width: 50vw;
`
)

Expand Down

0 comments on commit b3820c6

Please sign in to comment.