Skip to content

Commit

Permalink
Ajustes na responsividade
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-joaoelias authored Jun 10, 2024
1 parent 5e182d9 commit b81da06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/css/responsivo.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
@media screen and (max-width: 620px) {
.cabecalho {
padding: 90px 0;
padding: 30px 0;
}

.carros-slider {
padding: 800 15px;
gap: 16px;
padding: 0 15px;
gap: 10px;
}

.btn-seta {
width: 80px;
height: 80px;
padding: 10px;
width: 30px;
height: 30px;
padding: 20px;
}

.lista-muscle-cars {
height: 80px;
height: 480px;
}
}

0 comments on commit b81da06

Please sign in to comment.