Skip to content

Commit

Permalink
💄 (lp) Fix overflow issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 19, 2023
1 parent be7c0fc commit b3e5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing-page/components/Homepage/RealTimeResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const RealTimeResults = () => {
top="-60px"
right="-30px"
pos="absolute"
display={{ sm: 'none', xl: 'flex' }}
display={{ base: 'none', xl: 'flex' }}
>
<Text fontFamily="'Indie Flower'" fontSize="2xl">
It&apos;s a real Airtable view!
Expand Down

2 comments on commit b3e5887

@vercel
Copy link

@vercel vercel bot commented on b3e5887 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs.typebot.io
docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b3e5887 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.