Skip to content

Commit

Permalink
fix top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Dec 9, 2024
1 parent 485fe7a commit 91a2880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/engage-with-us/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const EngageWithUs = () => {
});

return (
<ContentContainer>
<ContentContainer classes="sm:pt-10">
<div className="flex flex-col gap-10">
<Alert />
<div className="lg:pl-5">
Expand Down

0 comments on commit 91a2880

Please sign in to comment.