Skip to content

Commit

Permalink
Merge pull request #553 from zalabhavy/fixmargin
Browse files Browse the repository at this point in the history
Added Margin Bottom for contact section
  • Loading branch information
VaibhavArora314 authored Aug 2, 2024
2 parents 4bc621d + b846b71 commit ce2467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ContactUs() {
<h2 className="text-4xl font-bold mb-8 text-center text-[#000435] bg-white dark:text-white dark:bg-[#000435] mt-8">
Contact Us
</h2>
<section className="w-full max-w-4xl flex flex-col md:flex-row text-[#000435] bg-white dark:text-white dark:bg-[#000435] rounded-lg shadow border md:mt-0 border-blue-700 dark:border-sky-500">
<section className="w-full max-w-4xl flex flex-col md:flex-row text-[#000435] bg-white dark:text-white dark:bg-[#000435] rounded-lg shadow border md:mt-0 border-blue-700 dark:border-sky-500 my-10">
<div className="w-full md:w-1/2 p-8 flex flex-col justify-center">
<form onSubmit={handleSubmit}>
<div className="mb-4">
Expand Down

0 comments on commit ce2467a

Please sign in to comment.