diff --git a/frontend/src/components/Game.vue b/frontend/src/components/Game.vue index c9d109c..31179ac 100644 --- a/frontend/src/components/Game.vue +++ b/frontend/src/components/Game.vue @@ -112,9 +112,10 @@ export default { transform: rotateY(120deg); } -@media only screen and (max-width: 486) { +@media screen and (max-width: 486px) { .card { - width: 100%; + width: 94%; + padding: 3%; } }