Skip to content

Commit

Permalink
adicionando responsividade cards mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua committed Nov 1, 2024
1 parent 9995683 commit 4042a61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
@media screen and (max-width: 450px) {
.cards{
padding: 0px;
width: 390px;
}
.card {
width: 356px;

}
}

0 comments on commit 4042a61

Please sign in to comment.