diff --git a/css/jogoDaVelha.css b/css/jogoDaVelha.css index b737af4..44c9fbd 100644 --- a/css/jogoDaVelha.css +++ b/css/jogoDaVelha.css @@ -354,11 +354,11 @@ td { } /*-----===RESPONSIVIDADE===-----*/ -@media screen and (max-width: 650px){ +@media screen and (max-width: 500px){ /*---=MAPA=---*/ table{ height: auto; width: 90%; aspect-ratio: 1/1; } -} \ No newline at end of file +}