update home,about,solutions
This commit is contained in:
@@ -767,7 +767,7 @@ body {
|
||||
content: '' !important;
|
||||
position: absolute !important;
|
||||
inset: 0 !important;
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.95) 100%) !important;
|
||||
background: var(--hero-overlay, linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.95) 100%)) !important;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
||||
@@ -777,6 +777,13 @@ body {
|
||||
}
|
||||
|
||||
/* Responsive constraints to keep all heroes matching the home page carousel perfectly */
|
||||
@media (max-width: 1536px) {
|
||||
.custom-standard-hero-card {
|
||||
height: 600px !important;
|
||||
min-height: 600px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.custom-standard-hero-container {
|
||||
padding: 10px 10px 10px 10px !important;
|
||||
|
||||
Reference in New Issue
Block a user