Skip to content

Commit 2306217

Browse files
fit2-zhaoxuwei-fit2cloud
authored andcommitted
docs: add footer copyright styling
1 parent c0e44f7 commit 2306217

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/css/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,14 @@ aside.md-banner.md-banner--warning {
152152
display: block;
153153
}
154154

155+
.md-footer-copyright {
156+
display: flex;
157+
justify-content: center; /* 水平居中 */
158+
align-items: center; /* 垂直居中 */
159+
height: 60px; /* 可根据页面底部高度调整 */
160+
text-align: center;
161+
padding: 0 10px; /* 避免紧贴两边 */
162+
}
163+
155164

156165

0 commit comments

Comments
 (0)