@@ -33,60 +33,60 @@ 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] "
37
+ // style={{ width: '200px' }} // Fixed width for name block
38
38
>
39
39
Matteo Lodi
40
40
</ 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 " >
42
42
Author, Advisor and Administrator
43
43
</ span >
44
44
</ li >
45
45
< li className = "flex items-center w-full mb-2" >
46
46
< a
47
47
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
50
50
>
51
51
Daniele Rosetti
52
52
</ 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 " >
54
54
Administrator and Frontend Maintainer
55
55
</ span >
56
56
</ li >
57
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 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
62
62
>
63
63
Simone Berni
64
64
</ 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 " >
66
66
Backend Maintainer
67
67
</ span >
68
68
</ li >
69
69
< li className = "flex items-center w-full mb-2" >
70
70
< a
71
71
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
74
74
>
75
75
Federico Gibertoni
76
76
</ 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 " >
78
78
Maintainer and Community Assistant
79
79
</ span >
80
80
</ li >
81
81
< li className = "flex items-center w-full mb-2" >
82
82
< a
83
83
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
86
86
>
87
87
Eshaan Bansal
88
88
</ 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 " >
90
90
Key Contributor
91
91
</ span >
92
92
</ li >
0 commit comments