Skip to content

Commit

Permalink
Add top margin of 'Trusted by'
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Jan 9, 2025
1 parent 666c549 commit 3e7bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TrustedBy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const TrustedBy = () => {
];

return (
<section className="container mx-auto">
<section className="container mt-12 mx-auto">
<h1 className="mb-4 text-4xl text-center text-black">Trusted by</h1>
<div className="flex flex-wrap items-center justify-center gap-y-4 gap-x-12">
<ImageList images={trustedByImages} />
Expand Down

0 comments on commit 3e7bef6

Please sign in to comment.