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 89252d5 commit f1c1378
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ article a {
text-decoration: none;
}

section>p {
text-indent: 25px;
}

article.exibicao {
display: flex;
flex-direction: row;
Expand All @@ -228,6 +232,7 @@ section.pixel-grade {
color: white;
margin-top: 30px;
font-size: 26px;
text-indent: 0;
}

.pixel-grade .btn-detalhes {
Expand Down Expand Up @@ -324,10 +329,6 @@ article.confianca {
background-color: whitesmoke;
}

section>p {
text-indent: 25px;
}

section.confianca-grade h2 {
color: var(--cinza-azulado);
font-size: 55px;
Expand Down Expand Up @@ -743,15 +744,24 @@ footer a:hover {

@media (max-width: 470px) {
h2, section.confianca-grade h2, section.produtos-grade h2 {
font-size: 38px;
font-size: 35px;
}

.pixel-grade .btn-detalhes {
font-size: 24px;
font-size: 22px;
padding: 12px 25px;
}

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

.card-produto p {
margin: 13px;
}

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

}

0 comments on commit f1c1378

Please sign in to comment.