Skip to content

Commit

Permalink
Reduced too much blank space on top.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhatyadav60 committed Jul 12, 2024
1 parent 284e197 commit a11954b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function ContactUs() {
};

return (
<div className="flex flex-col justify-center items-center min-h-screen text-[#000435] bg-white dark:text-white dark:bg-[#000435]" style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }}>
<h2 className="text-4xl font-bold mb-8 text-center text-[#000435] bg-white dark:text-white dark:bg-[#000435]">
<div className="flex flex-col items-center min-h-screen text-[#000435] bg-white dark:text-white dark:bg-[#000435]" style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }}>
<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">
Expand Down

0 comments on commit a11954b

Please sign in to comment.