diff options
Diffstat (limited to 'src/components/Games.tsx')
| -rw-r--r-- | src/components/Games.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/Games.tsx b/src/components/Games.tsx index fd7692e..fb9f88c 100644 --- a/src/components/Games.tsx +++ b/src/components/Games.tsx @@ -24,18 +24,12 @@ export default function Games () { return( <> - <div> <div className="flex flex-col gap-16 max-w-6xl shrink"> - <div className="title font-bold text-6xl font-title">Games</div> - <div className="jumbotron jumbotron-fluid bg-transparent"> - <div className="container secondary-color"> - </div> - </div> + <div className="title text-center font-bold text-6xl font-title">Games</div> <div className="flex flex-row flex-wrap gap-20 justify-around"> { allGames } </div> </div> - </div> </> ); } |
