mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: 更新BaseLayout布局样式
This commit is contained in:
@ -25,7 +25,7 @@ const {
|
|||||||
<body class='flex justify-center bg-background'>
|
<body class='flex justify-center bg-background'>
|
||||||
<ThemeProvider />
|
<ThemeProvider />
|
||||||
<main
|
<main
|
||||||
class='flex min-h-screen w-screen max-w-[70rem] flex-col items-center px-6 pb-10 pt-7 font-satoshi text-[0.92rem] leading-relaxed sm:px-10 lg:px-10'
|
class='flex min-h-screen w-screen max-w-[60rem] flex-col items-center px-6 pb-10 pt-7 font-satoshi text-[0.92rem] leading-relaxed sm:px-10 lg:px-10'
|
||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
<slot />
|
<slot />
|
||||||
|
Reference in New Issue
Block a user