Skip to content

Commit

Permalink
Add bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Oct 17, 2024
1 parent bcc2fc6 commit c2e0f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/app/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function LandingPage() {
});

return (
<div className="relative flex flex-col items-center justify-center gap-10">
<div className="relative flex flex-col items-center justify-center gap-10 pb-10">
<div className="fixed top-[0] z-[-1] h-[120px] w-full bg-gradient-to-b from-black"></div>
<Image
aria-hidden
Expand Down Expand Up @@ -112,7 +112,7 @@ export default function LandingPage() {
<DiscordDemo />
</div>
</div>
<div className="mb-3 flex flex-col gap-3" ref={supportedCountersRef}>
<div className="flex flex-col gap-3" ref={supportedCountersRef}>
<h3
className="pt-[64px] text-center text-xl font-bold"
id="supported-features"
Expand Down

0 comments on commit c2e0f70

Please sign in to comment.