fix: Admin 侧栏 Logo 加大并居中

text-xl→text-3xl,添加 justify-center 与 text-center,
font-brush→font-serif font-bold tracking-wide 提升辨识度。
This commit is contained in:
shangfangjian
2026-09-23 00:29:31 +08:00
parent d863982527
commit 812d19c9ed
+2 -2
View File
@@ -188,8 +188,8 @@ export default function AdminLayout() {
aria-label="主导航"
>
{/* 侧栏顶部 */}
<div className="flex items-center border-b border-ink-900 px-5 py-4">
<h1 className="font-brush text-xl text-ink-900"></h1>
<div className="flex items-center justify-center border-b border-ink-900 px-5 py-5">
<h1 className="text-center font-serif text-3xl font-bold tracking-wide text-ink-900"></h1>
</div>
{/* 导航:分组 + 小节标题 */}