diff --git a/css/style.css b/css/style.css index 22c8c78..062325a 100644 --- a/css/style.css +++ b/css/style.css @@ -211,6 +211,10 @@ article a { text-decoration: none; } +section>p { + text-indent: 25px; +} + article.exibicao { display: flex; flex-direction: row; @@ -228,6 +232,7 @@ section.pixel-grade { color: white; margin-top: 30px; font-size: 26px; + text-indent: 0; } .pixel-grade .btn-detalhes { @@ -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; @@ -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; + } + } \ No newline at end of file