Skip to content

Commit 6992a0e

Browse files
committed
fix: reduce logo and icon sizes
1 parent d79a39e commit 6992a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function Footer() {
9393
<LazyLoadImage
9494
src={logo}
9595
alt="logo"
96-
className="w-[124px] h-32 md:ml-0 ml-4 object-contain"
96+
className="h-20 md:ml-0 ml-4 object-contain"
9797
/>
9898
{/* socials */}
9999
<div className="flex gap-4 items-center py-4">
@@ -104,7 +104,7 @@ function Footer() {
104104
target="_blank"
105105
rel="noopener noreferrer"
106106
aria-label={link.label}
107-
className="w-7 h-7 text-white"
107+
className="w-5 h-5 text-white"
108108
>
109109
{link.icon}
110110
</a>
@@ -117,7 +117,7 @@ function Footer() {
117117
href={link.href}
118118
target="_blank"
119119
rel="noopener noreferrer"
120-
className="w-7 h-7 text-white"
120+
className="w-5 h-5 text-white"
121121
>
122122
{link.icon}
123123
</a>

0 commit comments

Comments
 (0)