Skip to content

Commit 5b39f0f

Browse files
committed
fix(our-story): reduce padding on top for consistency with exco/join-us page
1 parent e193a6c commit 5b39f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/about-us/our-story/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata: Metadata = buildPageMetadata("/about-us/our-story", { des
88

99
export default function OurStory() {
1010
return (
11-
<section className="pt-12">
11+
<section className="pt-8">
1212
<PageHeader
1313
title="Our Story"
1414
descriptionClassName="text-left"

0 commit comments

Comments
 (0)