Skip to content

Commit

Permalink
feat: home font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 4, 2023
1 parent a8eb26f commit 8042311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const PostScreen = () => {
y: 0,
}}
transition={softSpringPreset}
className="text-2xl font-medium leading-loose"
className="text-3xl font-medium leading-loose"
>
看看最近我又在折腾啥捏
<br />
Expand Down Expand Up @@ -344,7 +344,7 @@ const NoteScreen = () => {
<div className="mt-12 lg:mt-0">
<section className="flex flex-col justify-end">
<m.h3
className="mb-6 text-center text-xl"
className="mb-6 text-center text-2xl"
initial={{ opacity: 0.0001, y: 50 }}
animate={{ opacity: 1, y: 0 }}
transition={softBouncePrest}
Expand Down Expand Up @@ -372,7 +372,7 @@ const NoteScreen = () => {
)}
>
<div className="absolute bottom-6 right-6 ">
<h4 className="font-2xl text-lg font-medium ">
<h4 className="font-3xl text-lg font-medium ">
{theLast.title}
</h4>

Expand Down Expand Up @@ -463,7 +463,7 @@ const NoteScreen = () => {
)}
</div>
<m.h2
className="text-2xl font-medium leading-loose"
className="text-3xl font-medium leading-loose"
initial={{ opacity: 0.0001 }}
animate={{
opacity: 1,
Expand Down

1 comment on commit 8042311

@vercel
Copy link

@vercel vercel bot commented on 8042311 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.