update home,about,solutions
This commit is contained in:
@@ -8,18 +8,18 @@ export default function AboutHero() {
|
||||
width: 100% !important;
|
||||
text-align: center !important;
|
||||
color: #fff !important;
|
||||
padding: 60px 40px !important;
|
||||
padding: 60px 40px 100px 40px !important;
|
||||
z-index: 2;
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
justify-content: center !important;
|
||||
justify-content: flex-end !important;
|
||||
align-items: center !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.about-us-hero-title {
|
||||
margin: 0 !important;
|
||||
font-family: var(--font-manrope), sans-serif !important;
|
||||
font-family: "Manrope", Sans-serif !important;
|
||||
font-size: clamp(34px, 5.5vw, 68px) !important;
|
||||
font-weight: 850 !important;
|
||||
line-height: 1.1 !important;
|
||||
@@ -33,7 +33,8 @@ export default function AboutHero() {
|
||||
<div className="custom-standard-hero-container">
|
||||
<div
|
||||
style={{
|
||||
backgroundImage: "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%), url('/images/about-bg.png')"
|
||||
backgroundImage: "url('/images/about-bg.png')",
|
||||
["--hero-overlay" as any]: "linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.55) 100%)"
|
||||
}}
|
||||
className="custom-standard-hero-card"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user