Skip to content

Commit

Permalink
Correção de bug dos eventos
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua committed Nov 1, 2024
1 parent 75a6862 commit 0076185
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,10 @@
font-size: 15px;
line-height: 30px;
font-weight: 400;
}

@media screen and (max-width: 450px) {
.cards{
padding: 0px;
}
}

0 comments on commit 0076185

Please sign in to comment.