@@ -28,64 +28,67 @@ export default function Footer() {
28
28
</ div >
29
29
< div className = "px-2 xl:w-[50vh] md:w-[65vh] lg:w-[50vh]" >
30
30
< div className = "mb-10 text-white" id = "contributors" >
31
- < h4 className = "text-dark mb-9 text-xl font-semibold" >
32
- Maintainers
33
- </ h4 >
31
+ < h4 className = "text-dark mb-9 text-xl font-semibold" > Maintainers</ h4 >
34
32
< ul className = "flex flex-col" >
35
- < li className = "flex w-full" >
33
+ < li className = "flex items-center w-full mb-2 " >
36
34
< a
37
35
href = "https://twitter.com/matte_lodi"
38
- className = "text-body-color font-semibold hover:text-primary mb-2 text-md leading-loose"
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
39
38
>
40
- Matteo Lodi{ " " }
41
- < span className = "font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3" >
42
- Author, Advisor and Administrator{ " " }
43
- </ span >
39
+ Matteo Lodi
44
40
</ a >
41
+ < span className = "font-small text-sm opacity-90 font-SpaceGrotesk" >
42
+ Author, Advisor and Administrator
43
+ </ span >
45
44
</ li >
46
- < li >
45
+ < li className = "flex items-center w-full mb-2" >
47
46
< a
48
47
href = "https://github.com/drosetti"
49
- className = "text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
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
50
50
>
51
- Daniele Rosetti{ " " }
52
- < span className = "font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3" >
53
- Administrator and Frontend Maintainer{ " " }
54
- </ span >
51
+ Daniele Rosetti
55
52
</ a >
53
+ < span className = "font-small text-sm opacity-90 font-SpaceGrotesk" >
54
+ Administrator and Frontend Maintainer
55
+ </ span >
56
56
</ li >
57
- < li >
57
+ < li className = "flex items-center w-full mb-2" >
58
58
< a
59
59
href = "https://twitter.com/0ssig3no"
60
- className = "text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
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
61
62
>
62
- Simone Berni{ " " }
63
- < span className = "font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3" >
64
- Backend Maintainer{ " " }
65
- </ span >
63
+ Simone Berni
66
64
</ a >
65
+ < span className = "font-small text-sm opacity-90 font-SpaceGrotesk" >
66
+ Backend Maintainer
67
+ </ span >
67
68
</ li >
68
- < li >
69
+ < li className = "flex items-center w-full mb-2" >
69
70
< a
70
71
href = "https://x.com/fgibertoni1"
71
- className = "text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
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
74
>
73
- Federico Gibertoni{ " " }
74
- < span className = "font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3" >
75
- Maintainer and Community Assistant{ " " }
76
- </ span >
75
+ Federico Gibertoni
77
76
</ a >
77
+ < span className = "font-small text-sm opacity-90 font-SpaceGrotesk" >
78
+ Maintainer and Community Assistant
79
+ </ span >
78
80
</ li >
79
- < li >
81
+ < li className = "flex items-center w-full mb-2" >
80
82
< a
81
83
href = "https://twitter.com/eshaan7_"
82
- className = "text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
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
83
86
>
84
- Eshaan Bansal{ " " }
85
- < span className = "ml-7 font-small text-sm opacity-90 font-SpaceGrotesk" >
86
- Key Contributor{ " " }
87
- </ span >
87
+ Eshaan Bansal
88
88
</ a >
89
+ < span className = "font-small text-sm opacity-90 font-SpaceGrotesk" >
90
+ Key Contributor
91
+ </ span >
89
92
</ li >
90
93
</ ul >
91
94
</ div >
0 commit comments