Contact Us Page Done

temp
Pedram Keshavarzi 3 years ago
parent 6eff5ac147
commit 727949f470
  1. 6
      src/views/Contact/index.js
  2. 2
      src/views/Product/Desktop/index.js

@ -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>

@ -9,7 +9,7 @@ import QandA from "../../../components/QandA";
const DesktopProductLayout = () =>{
return (
<div className="w-4/5 flex flex-col overflow-y-hidden mt-3 mb-64 items-center">
<div className="w-11/12 flex flex-col overflow-y-hidden mt-3 mb-64 items-center">
<ProductOverAll />
<ProductTab />
<div className="w-full">

Loading…
Cancel
Save