Skip to content

Commit fcf2f2b

Browse files
committed
chore: add padding
1 parent 48794be commit fcf2f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/ServerListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ export function ServerListView({
647647
<div className="mx-auto flex w-full max-w-6xl flex-1 flex-col border-x border-border/80">
648648
<main className="z-0 flex-1 pb-14">
649649
{showLandingHero && (
650-
<section className="border-b border-border/80 px-4 pt-6 sm:px-6 md:px-8">
650+
<section className="border-b border-border/80 px-4 pt-6 pb-8 sm:px-6 sm:pb-10 md:px-8">
651651
<LandingHero />
652652
</section>
653653
)}

0 commit comments

Comments
 (0)