@@ -8,7 +8,7 @@ export default function PersonalInfos() {
8
8
const now = new Date ( ) ;
9
9
10
10
return (
11
- < div >
11
+ < >
12
12
< div className = 'grid auto-cols-fr grid-cols-12' >
13
13
< RirekishoHeader
14
14
title = { t ( 'Rirekisho.PersonalInfos.title' ) }
@@ -41,7 +41,7 @@ export default function PersonalInfos() {
41
41
< span
42
42
aria-label = { t ( 'Rirekisho.PersonalInfos.gender.ariaLabel' ) }
43
43
role = 'img'
44
- className = 'rounded-full border border-solid border-black pb-1 pe-3 ps-3 pt-1'
44
+ className = 'rounded-full border border-solid border-black pb-1 pe-2 ps-2 pt-1'
45
45
>
46
46
{ chunks }
47
47
</ span >
@@ -86,6 +86,10 @@ export default function PersonalInfos() {
86
86
legend = { t ( 'Rirekisho.PersonalInfos.phonePerso.legend' ) }
87
87
value = { t ( 'Rirekisho.PersonalInfos.phonePerso.value' ) }
88
88
className = 'col-start-10'
89
+ style = { {
90
+ definition : 'col-span-1' ,
91
+ term : 'col-start-2' ,
92
+ } }
89
93
/>
90
94
91
95
< InfoItem
@@ -100,6 +104,10 @@ export default function PersonalInfos() {
100
104
legend = { t ( 'Rirekisho.PersonalInfos.mailPerso.legend' ) }
101
105
value = { t ( 'Rirekisho.PersonalInfos.mailPerso.value' ) }
102
106
className = 'col-start-10'
107
+ style = { {
108
+ definition : 'col-span-1' ,
109
+ term : 'col-start-2' ,
110
+ } }
103
111
/>
104
112
105
113
< InfoItem
@@ -113,6 +121,10 @@ export default function PersonalInfos() {
113
121
legend = { t ( 'Rirekisho.PersonalInfos.phonePro.legend' ) }
114
122
value = { t ( 'Rirekisho.PersonalInfos.phonePro.value' ) }
115
123
className = 'col-start-10'
124
+ style = { {
125
+ definition : 'col-span-1' ,
126
+ term : 'col-start-2' ,
127
+ } }
116
128
/>
117
129
118
130
< InfoItem
@@ -127,9 +139,13 @@ export default function PersonalInfos() {
127
139
legend = { t ( 'Rirekisho.PersonalInfos.mailPro.legend' ) }
128
140
value = { t ( 'Rirekisho.PersonalInfos.mailPro.value' ) }
129
141
className = 'col-start-10'
142
+ style = { {
143
+ definition : 'col-span-1' ,
144
+ term : 'col-start-2' ,
145
+ } }
130
146
/>
131
147
</ dl >
132
148
</ div >
133
- </ div >
149
+ </ >
134
150
) ;
135
151
}
0 commit comments