From 0d6e90e9f69017f98fc26131f000c0434ff390c8 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 9 Sep 2022 09:49:16 -0700 Subject: [PATCH] Tweak padding on /tournaments --- web/pages/tournaments/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/tournaments/index.tsx b/web/pages/tournaments/index.tsx index 6bb65d23..1494786b 100644 --- a/web/pages/tournaments/index.tsx +++ b/web/pages/tournaments/index.tsx @@ -143,7 +143,7 @@ export default function TournamentPage(props: { sections: SectionInfo[] }) { title="Tournaments" description="Win money by betting in forecasting touraments on current events, sports, science, and more" /> - + {sections.map(({ tourney, slug, numPeople }) => (