We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c0cb commit d570eb9Copy full SHA for d570eb9
src/pages/index.css
@@ -1,7 +1,7 @@
1
/* ==================== 主题变量 ==================== */
2
:root {
3
/* 间距和圆角 */
4
- --home-padding: clamp(3rem, 5vw, 5rem);
+ --home-padding: clamp(4rem, 6vw, 6rem);
5
--home-radius: 28px;
6
7
/* 面板样式 */
@@ -1687,12 +1687,12 @@ html[data-theme="dark"] .scenario-image-placeholder::after {
1687
1688
@media (max-width: 640px) {
1689
1690
- --home-padding: clamp(2rem, 8vw, 3rem);
+ --home-padding: clamp(2.5rem, 8vw, 4rem);
1691
}
1692
1693
.hero-banner,
1694
.home-section {
1695
- padding: clamp(1.5rem, 6vw, 2.5rem) 1.5rem;
+ padding: clamp(2rem, 6vw, 3rem) 2rem;
1696
min-height: fit-content;
1697
1698
0 commit comments