Skip to content

Commit

Permalink
fix: overflow floating hand emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
mmounirf committed Mar 14, 2024
1 parent 19b7ca1 commit 3a16ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home() {
<div className="flex flex-col gap-24">
<div>
<h2 className="flex gap-4 font-display text-9xl">
Hi there <div className="motion-safe:animate-bounce">👋🏻</div>
Hi there <div className="absolute right-10 motion-safe:animate-bounce">👋🏻</div>
</h2>
<h1 className="font-display text-7xl">I'm Mohamed Mounir</h1>
</div>
Expand Down

0 comments on commit 3a16ab5

Please sign in to comment.