Commit Graph

4 Commits

Author SHA1 Message Date
b7bf1eab35 style(footer): 调整页脚链接样式以支持折行
- 修改页脚链接的 flex 布局,从 `gap-x-2 sm:gap-x-0` 改为 `flex-wrap gap-x-2 sm:gap-x-0`,使其支持折行。
- 调整链接的内边距,在小屏幕上使用 `px-2 py-2`,在大屏幕上使用 `sm:px-4 sm:py-0`,以优化在小屏幕上的显示效果。
2025-03-05 16:36:49 +08:00
5f13ceb06a feat: Add content footer, update tools and layout components 2025-02-08 16:41:53 +08:00
f22b2529e8 feat: personalize blog and update configurations 2025-02-05 20:35:05 +08:00
ea645368e9 Initial commit 2025-02-05 14:07:58 +08:00