Skip to content

Commit 6445874

Browse files
authored
Merge pull request #58 from Eeshu-Yadav/footer-alignment-fix
Improve footer alignment and responsiveness
2 parents d746772 + 98a455b commit 6445874

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

components/Footer.tsx

+10-15
Original file line numberDiff line numberDiff line change
@@ -33,60 +33,55 @@ export default function Footer() {
3333
<li className="flex items-center w-full mb-2">
3434
<a
3535
href="https://twitter.com/matte_lodi"
36-
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
37-
style={{ width: '200px' }} // Fixed width for name block
36+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
3837
>
3938
Matteo Lodi
4039
</a>
41-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
40+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
4241
Author, Advisor and Administrator
4342
</span>
4443
</li>
4544
<li className="flex items-center w-full mb-2">
4645
<a
4746
href="https://github.com/drosetti"
48-
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
49-
style={{ width: '200px' }} // Fixed width for name block
47+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
5048
>
5149
Daniele Rosetti
5250
</a>
53-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
51+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
5452
Administrator and Frontend Maintainer
5553
</span>
5654
</li>
5755
<li className="flex items-center w-full mb-2">
5856
<a
5957
href="https://twitter.com/0ssig3no"
60-
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
61-
style={{ width: '200px' }} // Fixed width for name block
58+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
6259
>
6360
Simone Berni
6461
</a>
65-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
62+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
6663
Backend Maintainer
6764
</span>
6865
</li>
6966
<li className="flex items-center w-full mb-2">
7067
<a
7168
href="https://x.com/fgibertoni1"
72-
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
73-
style={{ width: '200px' }} // Fixed width for name block
69+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
7470
>
7571
Federico Gibertoni
7672
</a>
77-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
73+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
7874
Maintainer and Community Assistant
7975
</span>
8076
</li>
8177
<li className="flex items-center w-full mb-2">
8278
<a
8379
href="https://twitter.com/eshaan7_"
84-
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
85-
style={{ width: '200px' }} // Fixed width for name block
80+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
8681
>
8782
Eshaan Bansal
8883
</a>
89-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
84+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
9085
Key Contributor
9186
</span>
9287
</li>

0 commit comments

Comments
 (0)