Skip to content

Commit

Permalink
CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Rice-Tech committed Jan 28, 2024
1 parent 8373a72 commit cac2a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
top:0;
right:0;
}

body,#root{
overflow: hidden;
}
2 changes: 1 addition & 1 deletion src/routes/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Home = () => {
</span>
</div>

<div className=" flex-col w-1/3 aspect-square m-auto justify-around">
<div className=" flex-col max-w-md aspect-square m-auto justify-around">
<Card>
<CardHeader>
<CardTitle>Host a Game</CardTitle>
Expand Down

0 comments on commit cac2a7b

Please sign in to comment.