diff --git a/gabau.github.io/src/App.css b/gabau.github.io/src/App.css index f131ab4..9dc75ec 100644 --- a/gabau.github.io/src/App.css +++ b/gabau.github.io/src/App.css @@ -1,6 +1,6 @@ #root { - max-width: 1280px; - margin: 0 auto; + @apply w-screen h-screen overflow-clip; + margin: 0; text-align: center; } diff --git a/gabau.github.io/src/pages/Playground.tsx b/gabau.github.io/src/pages/Playground.tsx index 5acd55f..2a93f1c 100644 --- a/gabau.github.io/src/pages/Playground.tsx +++ b/gabau.github.io/src/pages/Playground.tsx @@ -62,7 +62,7 @@ export default function PlayGround() { <>

For the miscellaneous stuff

-
+
{playgrounds.map((v) => { return (