Skip to content

Commit

Permalink
Hide on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Sep 4, 2024
1 parent 774072d commit 9b9fbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function Hero() {
</p>
</div>

<div className="scale-50 md:scale-100 -top-[500px] -right-[380px] pointer-events-none transform-gpu grayscale md:flex lg:animate-[open-scale-up-fade_1.5s_ease-in-out] absolute md:-right-[200px] xl:-right-[100px] w-auto h-auto md:-top-[200px]">
<div className="scale-50 md:scale-100 -top-[500px] -right-[380px] pointer-events-none hidden transform-gpu grayscale xl:flex lg:animate-[open-scale-up-fade_1.5s_ease-in-out] absolute md:-right-[200px] xl:-right-[100px] w-auto h-auto md:-top-[200px]">
<ErrorBoundary errorComponent={ErrorFallback}>
<Suspense>
<Donut />
Expand Down

0 comments on commit 9b9fbb0

Please sign in to comment.