File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ const PostScreen = () => {
240
240
y : 0 ,
241
241
} }
242
242
transition = { softSpringPreset }
243
- className = "text-2xl font-medium leading-loose"
243
+ className = "text-3xl font-medium leading-loose"
244
244
>
245
245
看看最近我又在折腾啥捏
246
246
< br />
@@ -344,7 +344,7 @@ const NoteScreen = () => {
344
344
< div className = "mt-12 lg:mt-0" >
345
345
< section className = "flex flex-col justify-end" >
346
346
< m . h3
347
- className = "mb-6 text-center text-xl "
347
+ className = "mb-6 text-center text-2xl "
348
348
initial = { { opacity : 0.0001 , y : 50 } }
349
349
animate = { { opacity : 1 , y : 0 } }
350
350
transition = { softBouncePrest }
@@ -372,7 +372,7 @@ const NoteScreen = () => {
372
372
) }
373
373
>
374
374
< div className = "absolute bottom-6 right-6 " >
375
- < h4 className = "font-2xl text-lg font-medium " >
375
+ < h4 className = "font-3xl text-lg font-medium " >
376
376
{ theLast . title }
377
377
</ h4 >
378
378
@@ -463,7 +463,7 @@ const NoteScreen = () => {
463
463
) }
464
464
</ div >
465
465
< m . h2
466
- className = "text-2xl font-medium leading-loose"
466
+ className = "text-3xl font-medium leading-loose"
467
467
initial = { { opacity : 0.0001 } }
468
468
animate = { {
469
469
opacity : 1 ,
You can’t perform that action at this time.
0 commit comments