Skip to content

Commit

Permalink
Corrigindo Bug de responsividade
Browse files Browse the repository at this point in the history
  • Loading branch information
LoriaLawrenceZ authored Oct 7, 2023
1 parent 55d39d8 commit 3a6343e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/jogoDaVelha.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 3a6343e

Please sign in to comment.