Skip to content

Commit

Permalink
fix: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Dec 9, 2024
1 parent 2cddfa1 commit f676010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Icon } from "astro-icon/components";
import HeroAnimation from "./hero-animation.astro";
---

<section class="relative overflow-hidden bg-[#D3DAE5]">
<section class="relative overflow-hidden bg-[#DCE9FA]">
<div class="absolute inset-0 z-0 hidden lg:block">
<div class="bg-grid-pattern absolute inset-0 opacity-10"></div>
</div>
Expand Down Expand Up @@ -61,7 +61,7 @@ import HeroAnimation from "./hero-animation.astro";
</div>
</div>
<div
class="container motion-preset-slide-up pointer-events-none relative z-20 mx-auto mt-2 px-4 motion-delay-[1600ms] motion-ease-spring-smooth md:-mt-36"
class="container motion-preset-slide-up pointer-events-none relative z-20 mx-auto mt-2 px-4 motion-delay-[1600ms] motion-ease-spring-smooth md:-mt-52"
>
<HeroAnimation />
</div>
Expand Down

0 comments on commit f676010

Please sign in to comment.