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