Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored and alalonde committed Oct 23, 2023
1 parent 463095b commit 802c0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/Landing/OnboardingGame/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const OnboardingGame: React.FC = (): JSX.Element => {
color="var(--chakra-colors-landing550)"
textShadow={`0 0 10px var(--chakra-colors-landing500)`}
maxW={{ base: 'full', md: '4xl' }}
height="100vh"
height="100%"
overflowY="auto"
width={{ base: '90%', xl: '100%' }}
pl={{ base: 0, md: 10, xl: 0 }}
Expand Down

0 comments on commit 802c0b3

Please sign in to comment.