Skip to content

Commit 2ef3205

Browse files
committed
Tighten Freebuff live layout spacing
1 parent 14a9fda commit 2ef3205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

freebuff/web/src/app/live/live-client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export default function LiveClient({
330330
<main className="min-h-screen bg-black text-white">
331331
<section className="relative overflow-hidden border-b border-white/10">
332332
<div className="absolute inset-0 bg-[linear-gradient(rgba(124,255,63,0.06)_1px,transparent_1px),linear-gradient(90deg,rgba(34,211,238,0.05)_1px,transparent_1px)] bg-[size:56px_56px]" />
333-
<div className="relative container mx-auto px-4 py-10 md:py-14">
333+
<div className="relative container mx-auto px-4 pb-6 pt-10 md:pb-8 md:pt-14">
334334
<div className="flex flex-col gap-6 lg:flex-row lg:items-end lg:justify-between">
335335
<div>
336336
<div className="mb-4 inline-flex items-center gap-2 rounded-md border border-acid-matrix/25 bg-acid-matrix/10 px-3 py-1 text-xs uppercase tracking-[0.18em] text-acid-matrix">
@@ -353,7 +353,7 @@ export default function LiveClient({
353353
</div>
354354
</section>
355355

356-
<section className="container mx-auto px-4 py-8 md:py-10">
356+
<section className="container mx-auto px-4 pb-8 pt-5 md:pb-10 md:pt-6">
357357
<div className="grid gap-6 xl:grid-cols-[minmax(0,1.7fr)_minmax(320px,0.8fr)]">
358358
<WorldMap stats={stats} />
359359

0 commit comments

Comments
 (0)