diff --git a/frontend/src/components/Contact/Contact.css b/frontend/src/components/Contact/Contact.css index 319aa73..ee22ecd 100644 --- a/frontend/src/components/Contact/Contact.css +++ b/frontend/src/components/Contact/Contact.css @@ -5,7 +5,7 @@ } .sub-button{ - padding: 10px; + padding: 10px 25px; border-radius: 0 5px 5px 0; border: none; } \ No newline at end of file diff --git a/frontend/src/components/Contact/Contact.tsx b/frontend/src/components/Contact/Contact.tsx index 1e1a967..76c4434 100644 --- a/frontend/src/components/Contact/Contact.tsx +++ b/frontend/src/components/Contact/Contact.tsx @@ -21,7 +21,7 @@ const Contact = () => { placeholder="Enter your email address" className="sub-input p-[5px] border-none rounded-[5px 0 0 5px] w-1/2" /> - diff --git a/frontend/src/components/Navbar/Navbar.tsx b/frontend/src/components/Navbar/Navbar.tsx index 40f88ac..97cce1e 100644 --- a/frontend/src/components/Navbar/Navbar.tsx +++ b/frontend/src/components/Navbar/Navbar.tsx @@ -30,7 +30,7 @@ export default function Nav() { return (