refactor(layout): unify inner-page typography rhythm with container-based widths
This commit is contained in:
@@ -63,7 +63,7 @@ const tags = extractTags(allPostsArray);
|
||||
<h1 class="text-5xl md:text-6xl font-bold bg-gradient-to-r from-foreground via-primary to-primary dark:from-foreground dark:via-blue-200 dark:to-orange-300 bg-clip-text text-transparent mb-6">
|
||||
<span class="text-primary">博客</span>
|
||||
</h1>
|
||||
<p class="text-xl text-muted-foreground max-w-3xl mx-auto">
|
||||
<p class="text-xl text-muted-foreground page-content-main">
|
||||
关于 AI 产品、全栈开发和公开构建的思考。探索技术与产品构建的交汇点。
|
||||
</p>
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@ const tags = extractTags(allPostsArray);
|
||||
<BlogList posts={sortedBlogPosts} lang="zh" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
</main>
|
||||
</BlogLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user