diff --git a/client/src/styles/game.css b/client/src/styles/game.css index 1b342b2..0df6bfa 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -5,13 +5,13 @@ justify-content: space-between; background-color: black; color: #e7e7e7; - padding: 10px; + padding: 5px; border-radius: 3px; font-size: 17px; width: fit-content; min-width: 15em; border: 2px solid transparent; - margin: 0.5em 0; + margin: 0.25em 0; box-shadow: 2px 2px 5px rgb(0 0 0 / 40%); } @@ -19,7 +19,7 @@ overflow-y: auto; max-height: 30em; overflow-x: hidden; - padding: 0 10px; + padding: 0 25px 0 10px; border-radius: 3px; } @@ -621,7 +621,7 @@ canvas { align-items: center; padding: 0 5px; justify-content: space-between; - margin: 0.5em 0; + margin: 0.25em 0; position: relative; box-shadow: 2px 3px 6px rgb(0 0 0 / 50%); border-radius: 3px;