Skip to content

Commit 91d5aa8

Browse files
committed
Improve footer alignment and responsiveness
1 parent d746772 commit 91d5aa8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

components/Footer.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,60 +33,60 @@ 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]"
37+
// style={{ width: '200px' }} // Fixed width for name block
3838
>
3939
Matteo Lodi
4040
</a>
41-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
41+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
4242
Author, Advisor and Administrator
4343
</span>
4444
</li>
4545
<li className="flex items-center w-full mb-2">
4646
<a
4747
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
48+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
49+
// style={{ width: '200px' }} // Fixed width for name block
5050
>
5151
Daniele Rosetti
5252
</a>
53-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
53+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
5454
Administrator and Frontend Maintainer
5555
</span>
5656
</li>
5757
<li className="flex items-center w-full mb-2">
5858
<a
5959
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
60+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
61+
// style={{ width: '200px' }} // Fixed width for name block
6262
>
6363
Simone Berni
6464
</a>
65-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
65+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
6666
Backend Maintainer
6767
</span>
6868
</li>
6969
<li className="flex items-center w-full mb-2">
7070
<a
7171
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
72+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
73+
// style={{ width: '200px' }} // Fixed width for name block
7474
>
7575
Federico Gibertoni
7676
</a>
77-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
77+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
7878
Maintainer and Community Assistant
7979
</span>
8080
</li>
8181
<li className="flex items-center w-full mb-2">
8282
<a
8383
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
84+
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
85+
// style={{ width: '200px' }} // Fixed width for name block
8686
>
8787
Eshaan Bansal
8888
</a>
89-
<span className="font-small text-sm opacity-90 font-SpaceGrotesk">
89+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk ml-4">
9090
Key Contributor
9191
</span>
9292
</li>

0 commit comments

Comments
 (0)