This commit is contained in:
zhangjianjun 2026-04-13 17:06:38 +08:00
parent e7fd91871b
commit 48a7fbe796
4 changed files with 9 additions and 2 deletions

View File

@ -150,6 +150,7 @@
@media (max-width: 30rem) {
.hero {
padding-bottom: 2rem;
min-height: 40vh;
}
.heroContent {

View File

@ -179,7 +179,7 @@
}
.footerGrid {
grid-template-columns: 1fr;
grid-template-columns: repeat(6, 1fr) ;
gap: 0.75rem;
}

View File

@ -460,7 +460,7 @@
@media (max-width: 48rem) {
.header {
height: 4rem;
height: 8rem;
}
.headerInner::after {
@ -481,4 +481,5 @@
.dropPanel {
display: none;
}
}

View File

@ -263,6 +263,11 @@
.newsItem {
min-height: auto;
}
.newsGrid {
grid-template-columns: 1fr !important;
}
}
.cardBg {