Skip to content

Commit

Permalink
fixed-contact-us-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
IkkiOcean committed Nov 4, 2024
1 parent b371164 commit 1b94fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/component/Footers/Contactus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ContactUs(props) {


return (
<div className="container contactus-container">
<div className="container pt-2 contactus-container ">
<h2 className='text-center Heading-Page'>Contact Us</h2>
<form className='mt-4 contactus-main-box' name="submit-to-google-sheet" onSubmit={handleSubmit} noValidate>
<div className="mb-3">
Expand Down

0 comments on commit 1b94fef

Please sign in to comment.