Skip to content

Commit 8042311

Browse files
committed
feat: home font size
1 parent a8eb26f commit 8042311

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/(home)/page.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const PostScreen = () => {
240240
y: 0,
241241
}}
242242
transition={softSpringPreset}
243-
className="text-2xl font-medium leading-loose"
243+
className="text-3xl font-medium leading-loose"
244244
>
245245
看看最近我又在折腾啥捏
246246
<br />
@@ -344,7 +344,7 @@ const NoteScreen = () => {
344344
<div className="mt-12 lg:mt-0">
345345
<section className="flex flex-col justify-end">
346346
<m.h3
347-
className="mb-6 text-center text-xl"
347+
className="mb-6 text-center text-2xl"
348348
initial={{ opacity: 0.0001, y: 50 }}
349349
animate={{ opacity: 1, y: 0 }}
350350
transition={softBouncePrest}
@@ -372,7 +372,7 @@ const NoteScreen = () => {
372372
)}
373373
>
374374
<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 ">
376376
{theLast.title}
377377
</h4>
378378

@@ -463,7 +463,7 @@ const NoteScreen = () => {
463463
)}
464464
</div>
465465
<m.h2
466-
className="text-2xl font-medium leading-loose"
466+
className="text-3xl font-medium leading-loose"
467467
initial={{ opacity: 0.0001 }}
468468
animate={{
469469
opacity: 1,

0 commit comments

Comments
 (0)