diff --git a/src/Game.tsx b/src/Game.tsx index 698e7ba..dc78808 100644 --- a/src/Game.tsx +++ b/src/Game.tsx @@ -31,20 +31,20 @@ export const Game: React.FC = () => {
{rounds} Beispiele - - + +
- - - - - - - - - + + + + + + + + +
diff --git a/src/index.css b/src/index.css index c4ca920..67ac8bb 100644 --- a/src/index.css +++ b/src/index.css @@ -38,7 +38,8 @@ section { .game-modes { display: grid; grid-template-columns: 1fr 1fr 1fr; - gap: 4vmin; + row-gap: 7vmin; + column-gap: 3vmin; } .game-modes>button {