Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoSachetto committed Oct 5, 2023
1 parent 8127c4b commit 9aea353
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,12 +744,6 @@ footer a:hover {

@media (max-width: 470px) {

section .card-produtos-grade{
.card-produtos-grade {
margin: 0 20px 0 20px;
}
}

h2, section.confianca-grade h2, section.produtos-grade h2 {
font-size: 35px;
}
Expand All @@ -759,8 +753,25 @@ footer a:hover {
padding: 12px 25px;
}

section .card-produtos-grade{
margin: 0 10px 0 10px;
}

.card-produto {
width: 235px;
height: 370px;
}

.card-produto p {
font-size: 16px;
}

.card-produto img {
width: 139px;
}

p, section.pixel-grade p, section.confianca-grade p {
font-size: 19px;
font-size: 18px;
}

.card-produto p {
Expand Down

0 comments on commit 9aea353

Please sign in to comment.