Skip to content

Commit

Permalink
fix: "Scroll..." indicator hovers over content
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonDoge committed Nov 21, 2024
1 parent 0721abb commit 965e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/landing-page/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function LandingPage() {
</div>

{/* Scroll to learn more */}
<div className="absolute bottom-8 left-1/2 transform -translate-x-1/2 text-center text-black hidden md:block">
<div className="bottom-8 text-center text-black hidden md:block">
<p className="mb-2">Scroll to learn more</p>
<i className="fas fa-chevron-down text-2xl animate-bounce"></i>
</div>
Expand Down

0 comments on commit 965e2d7

Please sign in to comment.