File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -220,21 +220,22 @@ const WalletsPage = () => {
220
220
</ h2 >
221
221
</ div >
222
222
< div className = "mb-0 flex flex-col justify-between p-8 lg:flex-row" >
223
- < Box
224
- flexGrow = "0"
225
- flexShrink = "1"
226
- flexBasis = "50%"
227
- me = { { base : 0 , lg : 8 } }
228
- mt = { { lg : 0 } }
229
- maxWidth = { { lg : "100%" } }
230
- >
231
- < Text > { t ( "page-wallets-description" ) } </ Text >
232
- < Text > { t ( "page-wallets-desc-2" ) } </ Text >
223
+ < div className = "me-0 flex-[0_1_50%] lg:me-8 lg:mt-0 lg:max-w-full" >
224
+ < p className = "mb-[1.45rem] text-md leading-base" >
225
+ { t ( "page-wallets-description" ) }
226
+ </ p >
227
+ < p className = "mb-[1.45rem] text-md leading-base" >
228
+ { t ( "page-wallets-desc-2" ) }
229
+ </ p >
233
230
< CardList items = { guides } className = "mb-6 lg:mb-0" />
234
- </ Box >
231
+ </ div >
235
232
< div className = "max-w-full flex-[0_1_50%] lg:ms-8" >
236
- < Text > { t ( "page-wallets-desc-3" ) } </ Text >
237
- < Text > { t ( "page-wallets-desc-4" ) } </ Text >
233
+ < p className = "mb-[1.45rem] text-md leading-base" >
234
+ { t ( "page-wallets-desc-3" ) }
235
+ </ p >
236
+ < p className = "mb-[1.45rem] text-md leading-base" >
237
+ { t ( "page-wallets-desc-4" ) }
238
+ </ p >
238
239
</ div >
239
240
</ div >
240
241
< div className = "w-full px-8 py-4" >
You can’t perform that action at this time.
0 commit comments