flexbox fixed contact page
This commit is contained in:
parent
73fb83b904
commit
537defbc76
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const ContactUs = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section id="contact" className="w-full">
|
<section id="contact" className="w-full">
|
||||||
<div className="flex flex-col md:flex-row justify-between mx-auto p-5 max-w-3xl">
|
<div className="flex max-md:flex-center flex-col md:flex-row justify-between mx-auto p-5 max-w-3xl">
|
||||||
{/* Left contact page */}
|
{/* Left contact page */}
|
||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<form
|
<form
|
||||||
|
|
Loading…
Reference in a new issue