Tweak padding on /tournaments

This commit is contained in:
Austin Chen 2022-09-09 09:49:16 -07:00
parent aa5876fe0d
commit 6a69f44f07

View File

@ -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