adding and removing teams works

This commit is contained in:
Carter 2024-11-19 12:32:07 -06:00
parent 952b3f6c4e
commit cf4e3fbe1f
7 changed files with 46 additions and 19 deletions

View file

@ -7,7 +7,7 @@ export default function Teams() {
const isMobile = useMobile();
return (
<PageContainer>
<Box paddingY={isMobile ? 0.5 : 1} paddingX={isMobile ? 1 : 2}>
<Box paddingY={isMobile ? 1 : 1.5} paddingX={isMobile ? 1 : 2}>
<TeamList />
</Box>
</PageContainer>