简化首页介绍区域

This commit is contained in:
lwt
2026-05-08 23:31:14 +08:00
parent c5b1d89a66
commit a2dc0cf42d
3 changed files with 3 additions and 138 deletions
+2 -15
View File
@@ -31,12 +31,8 @@
}
.hero {
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
gap: clamp(34px, 6vw, 84px);
align-items: center;
min-height: calc(100svh - 72px);
padding: 54px 0 74px;
min-height: auto;
padding: clamp(64px, 12vh, 128px) 0 56px;
}
.services-section {
@@ -81,11 +77,6 @@
display: none;
}
.hero {
grid-template-columns: 1fr;
min-height: auto;
}
.services {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@@ -108,10 +99,6 @@
min-height: 64px;
}
h1 {
font-size: clamp(2.55rem, 13vw, 4rem);
}
.services {
grid-template-columns: 1fr;
}