fix: Admin 侧栏 Logo 加大并居中
text-xl→text-3xl,添加 justify-center 与 text-center, font-brush→font-serif font-bold tracking-wide 提升辨识度。
This commit is contained in:
@@ -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>
|
||||
|
||||
{/* 导航:分组 + 小节标题 */}
|
||||
|
||||
Reference in New Issue
Block a user