Skip to content

Commit 5da2793

Browse files
committed
Fix the footer padding and spacing for better UI
1 parent e1ad625 commit 5da2793

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/ContactUs/ContactUs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function ContactUs() {
2222

2323
return (
2424
<section id="contact-us" className="bg-[#0096c7] pb-0">
25-
<h2 className="font-montserrat text-base uppercase w-fit mx-auto py-5">
25+
<h2 className="font-montserrat text-lg uppercase w-fit mx-auto pt-5 font-semibold">
2626
Contact us
2727
</h2>
2828
<DesktopVersion />

src/components/ContactUs/DesktopVersion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function DesktopVersion() {
3232
<h1 className="hidden lg:block font-montserrat text-[32px] font-[900] w-fit mx-auto py-4">
3333
Have an interesting idea we should discuss?
3434
</h1>
35-
<div className="max-w-[800px] mx-auto pt-[74px] pb-[46px] rounded-[10px]">
35+
<div className="max-w-[800px] mx-auto pt-[36px] pb-[46px] rounded-[10px]">
3636
<form className="mx-auto w-3/4" onSubmit={handleSubmit}>
3737
<label
3838
htmlFor="name"

src/components/HeroHeader/DesktopHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LinkButton from '../LinkButton/LinkButton';
55
export default function HeroHeader() {
66
return (
77
<div
8-
className="relative bg-cover bg-center bg-no-repeat min-h-[fit]"
8+
className="relative bg-cover bg-center bg-no-repeat"
99
style={{
1010
backgroundImage: `url('/images/hero-image.jpg')`,
1111
backgroundColor: '#160c0c',

0 commit comments

Comments
 (0)