Skip to content

Commit 2491c8e

Browse files
refactor(footer): replace social links hover effect to scale effect
1 parent 9ef0794 commit 2491c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/common/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
<div class="flex space-x-6 mb-6 md:mb-0">
55
<a href="https://github.com/NitroVim"
6-
class="px-4 py-2 bg-white/10 rounded-md hover:bg-[#FC4850] hover:text-white transition-all duration-300 font-medium">
6+
class="px-4 py-2 bg-white/10 rounded-md hover:scale-[1.1] hover:text-white transition-all duration-300 font-medium">
77
GitHub
88
</a>
99
<a href="https://x.com/usmonovdev"
10-
class="px-4 py-2 bg-white/10 rounded-md hover:bg-[#FC4850] hover:text-white transition-all duration-300 font-medium">
10+
class="px-4 py-2 bg-white/10 rounded-md hover:scale-[1.1] hover:text-white transition-all duration-300 font-medium">
1111
X
1212
</a>
1313
<a href="https://www.linkedin.com/company/nitrobrain"
14-
class="px-4 py-2 bg-white/10 rounded-md hover:bg-[#FC4850] hover:text-white transition-all duration-300 font-medium">
14+
class="px-4 py-2 bg-white/10 rounded-md hover:scale-[1.1] hover:text-white transition-all duration-300 font-medium">
1515
LinkedIn
1616
</a>
1717
</div>

0 commit comments

Comments
 (0)