We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79a39e commit 6992a0eCopy full SHA for 6992a0e
src/components/Footer.jsx
@@ -93,7 +93,7 @@ function Footer() {
93
<LazyLoadImage
94
src={logo}
95
alt="logo"
96
- className="w-[124px] h-32 md:ml-0 ml-4 object-contain"
+ className="h-20 md:ml-0 ml-4 object-contain"
97
/>
98
{/* socials */}
99
<div className="flex gap-4 items-center py-4">
@@ -104,7 +104,7 @@ function Footer() {
104
target="_blank"
105
rel="noopener noreferrer"
106
aria-label={link.label}
107
- className="w-7 h-7 text-white"
+ className="w-5 h-5 text-white"
108
>
109
{link.icon}
110
</a>
@@ -117,7 +117,7 @@ function Footer() {
117
href={link.href}
118
119
120
121
122
123
0 commit comments