Skip to content

Commit

Permalink
Change Footer social icons size to text-2xl
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohoffren committed Jul 13, 2023
1 parent c90308f commit db2448e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ export default function Footer() {
href="https://www.facebook.com/hunajaholisti"
target="_blank"
rel="noreferrer"
className="text-white hover:text-blue-600 text-4xl transition-transform duration-200 ease-in-out transform hover:scale-105 px-4"
className="text-white hover:text-blue-600 text-2xl transition-transform duration-200 ease-in-out transform hover:scale-105 px-2"
>
<i className="fa fa-facebook"></i>
</a>
<a
href="https://www.instagram.com/hunajaholisti"
target="_blank"
rel="noreferrer"
className="text-white hover:text-purple-600 text-4xl transition-transform duration-200 ease-in-out transform hover:scale-105 px-4"
className="text-white hover:text-purple-600 text-2xl transition-transform duration-200 ease-in-out transform hover:scale-105 px-2"
>
<i className="fa fa-instagram"></i>
</a>
Expand Down

0 comments on commit db2448e

Please sign in to comment.