Skip to content

Commit bf95804

Browse files
committed
minor updates
1 parent cf9c66e commit bf95804

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/contact-us.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const ContactUs = () => {
1212
}
1313
return (
1414
<PageLayout PAGE_SEO={PAGE_SEO} home>
15-
<section className='container px-3 pb-20 md:pt-20 pt-[80px]'>
16-
<Text title className="md:!text-5xl text-3xl !font-light">
15+
<section className='container px-3 pb-10 md:pt-20 pt-[80px]'>
16+
<Text title className="text-5xl !font-light">
1717
Contact Us
1818
</Text>
1919

@@ -36,8 +36,8 @@ const ContactUs = () => {
3636
</section>
3737

3838

39-
<section className={"dark:bg-slate-800 bg-blue-100 mt-10 container py-10 md:px-20 px-10"}>
40-
<Text subtitle className="md:!text-5xl text-3xl !font-light">
39+
<section className={"dark:bg-slate-800 bg-blue-100 mt-10 container py-10 md:px-20 px-5"}>
40+
<Text subtitle className="md:!text-5xl text-4xl !font-light">
4141
Work with us . . .
4242
</Text>
4343
<Text p className="!text-lg leading-relaxed mt-5 px-1">

0 commit comments

Comments
 (0)