Skip to content

Commit

Permalink
feat: 优化主页底部布局,调整贡献者信息组件的对齐方式
Browse files Browse the repository at this point in the history
  • Loading branch information
baranwang committed Dec 16, 2024
1 parent f13d4d5 commit 435c8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/components/home-layout/home-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ export const HomeLayout = () => {
<HomeFeature frontmatter={frontmatter} routePath={routePath} />
<HomeFooter />
</main>
<footer className="m-auto max-w-6xl text-sm text-text-2 py-8">
<footer className="m-auto max-w-6xl text-sm text-text-2 py-8 text-center">
© 2024 iRingo core team. All Rights Reserved.
<div className="flex items-center">
<div className="flex items-center justify-center mt-2">
Documented by
<Contributors repo="NSRingo/NSRingo.github.io" />
</div>
Expand Down

0 comments on commit 435c8bc

Please sign in to comment.