@@ -33,60 +33,55 @@ export default function Footer() {
33
33
< li className = "flex items-center w-full mb-2" >
34
34
< a
35
35
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]"
38
37
>
39
38
Matteo Lodi
40
39
</ 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 " >
42
41
Author, Advisor and Administrator
43
42
</ span >
44
43
</ li >
45
44
< li className = "flex items-center w-full mb-2" >
46
45
< a
47
46
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]"
50
48
>
51
49
Daniele Rosetti
52
50
</ 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 " >
54
52
Administrator and Frontend Maintainer
55
53
</ span >
56
54
</ li >
57
55
< li className = "flex items-center w-full mb-2" >
58
56
< a
59
57
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]"
62
59
>
63
60
Simone Berni
64
61
</ 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 " >
66
63
Backend Maintainer
67
64
</ span >
68
65
</ li >
69
66
< li className = "flex items-center w-full mb-2" >
70
67
< a
71
68
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]"
74
70
>
75
71
Federico Gibertoni
76
72
</ 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 " >
78
74
Maintainer and Community Assistant
79
75
</ span >
80
76
</ li >
81
77
< li className = "flex items-center w-full mb-2" >
82
78
< a
83
79
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]"
86
81
>
87
82
Eshaan Bansal
88
83
</ 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 " >
90
85
Key Contributor
91
86
</ span >
92
87
</ li >
0 commit comments