This commit is contained in:
parent
e7fd91871b
commit
48a7fbe796
|
|
@ -150,6 +150,7 @@
|
||||||
@media (max-width: 30rem) {
|
@media (max-width: 30rem) {
|
||||||
.hero {
|
.hero {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
|
min-height: 40vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heroContent {
|
.heroContent {
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerGrid {
|
.footerGrid {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: repeat(6, 1fr) ;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -460,7 +460,7 @@
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.header {
|
.header {
|
||||||
height: 4rem;
|
height: 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerInner::after {
|
.headerInner::after {
|
||||||
|
|
@ -481,4 +481,5 @@
|
||||||
.dropPanel {
|
.dropPanel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -263,6 +263,11 @@
|
||||||
.newsItem {
|
.newsItem {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.newsGrid {
|
||||||
|
grid-template-columns: 1fr !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardBg {
|
.cardBg {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue