fix: 文档站首页在窄屏下的响应式设计 (#14166)

This commit is contained in:
Lucien Shaw
2025-09-19 15:14:16 +08:00
committed by GitHub
parent bcad850b42
commit 9ef528a6c6

View File

@@ -1,2 +1,17 @@
@use "home.scss";
@use "fonts.scss";
/* 按钮组容器 */
.actions .action {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 100%;
padding: 0;
}
/* 按钮 */
.actions .action .vp-button {
margin: 0.5rem;
min-width: 12ch;
}