diff options
| author | realtradam <[email protected]> | 2024-06-22 19:39:23 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-22 19:39:23 -0400 |
| commit | 41022fd07807d68974097191dc70f9025d7b76e8 (patch) | |
| tree | 3bb94fa51adf06a0f5db042616cfdd8d8c05286c /src/components/Games.tsx | |
| parent | 8055a27f73792daacd75f5498786ed5a9253eafa (diff) | |
| download | malcz.com-41022fd07807d68974097191dc70f9025d7b76e8.tar.gz malcz.com-41022fd07807d68974097191dc70f9025d7b76e8.zip | |
make styling consistant across site
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> </> ); } |
