Skip to content

Commit

Permalink
fix text cut off on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed May 30, 2024
1 parent cac16f8 commit cad9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function LandingPage() {
<div className="flex flex-col items-center justify-center gap-4">
<div className="-z-10 absolute h-full w-full bg-[radial-gradient(#1c1917_1px,transparent_1px)] [background-size:16px_16px] [mask-image:radial-gradient(ellipse_50%_50%_at_50%_50%,#000_70%,transparent_100%)]" />
<AnimateIn>
<h1 className="mx-auto text-balance bg-gradient-to-t from-white to-primary bg-clip-text text-center font-bold font-clash-grotesk text-4xl text-transparent tracking-wide sm:h-[2.1em] sm:w-2/3 sm:text-6xl">
<h1 className="mx-auto text-balance bg-gradient-to-t from-white to-primary bg-clip-text text-center font-bold font-clash-grotesk text-4xl text-transparent tracking-wide sm:w-2/3 md:text-6xl">
Open source waitlist management and analytics platform
</h1>
</AnimateIn>
Expand Down

0 comments on commit cad9898

Please sign in to comment.