Skip to content

Commit

Permalink
Update styling for page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabau committed Oct 12, 2024
1 parent eef4736 commit 4b8ac4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gabau.github.io/src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#root {
max-width: 1280px;
margin: 0 auto;
@apply w-screen h-screen overflow-clip;
margin: 0;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion gabau.github.io/src/pages/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function PlayGround() {
<>
<TypeWriterHeader title="Playground" timeout={300} className="p-10" />
<p>For the miscellaneous stuff</p>
<div className="flex flex-wrap flex-row h-full w-full justify-center">
<div className="flex flex-wrap flex-row h-auto w-full justify-center">
{playgrounds.map((v) => {
return (
<PlayGroundCard
Expand Down

0 comments on commit 4b8ac4e

Please sign in to comment.