There was an error while loading. Please reload this page.
1 parent 48794be commit fcf2f2bCopy full SHA for fcf2f2b
1 file changed
frontend/src/components/ServerListView.tsx
@@ -647,7 +647,7 @@ export function ServerListView({
647
<div className="mx-auto flex w-full max-w-6xl flex-1 flex-col border-x border-border/80">
648
<main className="z-0 flex-1 pb-14">
649
{showLandingHero && (
650
- <section className="border-b border-border/80 px-4 pt-6 sm:px-6 md:px-8">
+ <section className="border-b border-border/80 px-4 pt-6 pb-8 sm:px-6 sm:pb-10 md:px-8">
651
<LandingHero />
652
</section>
653
)}
0 commit comments