chore: upgrade tailwindcss

up to v4
This commit is contained in:
xfy
2025-05-19 15:01:20 +08:00
parent 7e9a7b616d
commit dd8b20b015
23 changed files with 36 additions and 32 deletions

View File

@ -62,7 +62,7 @@ const Page = async ({
id="article"
className={clsx(
'relative max-w-4xl px-4 mx-auto my-10',
'lg:w-[56rem] w-full flex-1',
'lg:w-4xl w-full flex-1',
)}
>
<h1>{mdxSource.frontmatter?.title}</h1>