(fix) ui alignment

This commit is contained in:
Ishaan Jaff 2024-03-28 18:50:32 -07:00
parent d071d90522
commit 440d0a0a4b
7 changed files with 10 additions and 10 deletions

View file

@ -159,7 +159,7 @@ const Team: React.FC<TeamProps> = ({
console.log(`received teams ${teams}`);
return (
<div className="w-full mx-4">
<Grid numItems={1} className="gap-2 p-2 h-[75vh] w-full">
<Grid numItems={1} className="gap-2 p-2 h-[75vh] w-full mt-8">
<Col numColSpan={1}>
<Title level={4}>All Teams</Title>
<Card className="w-full mx-auto flex-auto overflow-y-auto max-h-[50vh]">