Skip to content

Commit 90988a3

Browse files
committed
Fix the rotation of social icons
1 parent 56f4400 commit 90988a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Footer = () => {
9191
className="group relative flex items-center justify-center w-12 h-12
9292
bg-gray-800/30 hover:bg-gray-700 rounded-xl
9393
transition-all duration-300 ease-in-out
94-
hover:scale-110 hover:rotate-3
94+
hover:scale-110
9595
before:absolute before:inset-0 before:rounded-xl
9696
before:bg-gradient-to-r before:from-blue-500/20 before:to-purple-500/20
9797
before:opacity-0 before:transition-opacity before:duration-300
@@ -107,7 +107,7 @@ const Footer = () => {
107107
group-hover:opacity-100 group-hover:scale-110"
108108
/>
109109
<span
110-
className="absolute -bottom-8 left-1/2 -translate-x-1/2
110+
className="absolute -bottom-6 left-1/2 -translate-x-1/2
111111
whitespace-nowrap text-sm opacity-0 group-hover:opacity-100
112112
transition-opacity duration-300 pointer-events-none"
113113
>

0 commit comments

Comments
 (0)