From 33580708d0536290c5794c052247578c2865ed33 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Sun, 28 Mar 2021 20:17:50 +0300 Subject: [PATCH] =?UTF-8?q?:iphone:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20media=20query?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Game.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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%; } }