From 6a69f44f07aa9322e7e3ad9a1db441532cb8e4ac Mon Sep 17 00:00:00 2001
From: Austin Chen <akrolsmir@gmail.com>
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"
       />
-      <Col className="mx-4 mt-4 gap-10 sm:mx-10 xl:w-[125%]">
+      <Col className="m-4 gap-10 sm:mx-10 sm:gap-24 xl:w-[125%]">
         {sections.map(({ tourney, slug, numPeople }) => (
           <div key={slug}>
             <SectionHeader