|
|
|
@ -48,8 +48,8 @@ function Contact({ headerOptions, setHeaderOptions, info, isMobile, isDark }) { |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<div |
|
|
|
|
className="w-full flex h-full flex-col bg-transparent" |
|
|
|
|
style={{ height: "calc(100vh - 145px)" }} |
|
|
|
|
className="w-full flex h-auto flex-col bg-transparent" |
|
|
|
|
// style={{ height: "calc(100vh - 140px)" }}
|
|
|
|
|
> |
|
|
|
|
<Header |
|
|
|
|
bg={isMobile ? contactBgImage : desktopContactBgImage} |
|
|
|
@ -85,7 +85,7 @@ function Contact({ headerOptions, setHeaderOptions, info, isMobile, isDark }) { |
|
|
|
|
link="/faq" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div className="w-1/3 rounded-md overflow-hidden"> |
|
|
|
|
<div className="w-1/3 rounded-md overflow-hidden" style={{height:'400px'}}> |
|
|
|
|
<Map /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|