Skip to content

Commit

Permalink
fix: hero page ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2023
1 parent 0713752 commit beb372f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/components/visualizer/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function VisHeroSection() {
"pointer-events-none absolute bg-gradient-to-b opacity-10 mix-blend-normal blur-[120px] dark:opacity-[0.15]",
"left-1/2 top-[10vh] -translate-x-1/2 sm:top-1/2 sm:-translate-y-2/3",
"h-[145vh] w-[75vw]",
"sm:h-[33vw] sm:w-[33vw]",
"sm:h-[50vw] sm:w-[50vw]",
"sm:w-[33vw] lg:h-[33vw]",
"from-[hsl(var(--primary-600))] to-[hsl(var(--accent-800))]",
"dark:from-[hsl(var(--primary-600))] dark:to-[hsl(var(--accent-400))]",
"transition-all",
Expand Down

0 comments on commit beb372f

Please sign in to comment.