diff --git a/index.html b/index.html index dab30d4..364e41f 100644 --- a/index.html +++ b/index.html @@ -42,9 +42,9 @@ dui.

-
+
- +
diff --git a/src/style/style.css b/src/style/style.css index 7b47f40..4cb1d47 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -119,17 +119,15 @@ body { .descktop-banner, .mini-card-img { display: none; - } -} -@media screen and (min-width: 1025px) { - .mobile-banner, - .min-card-img { - display: none; + + + } + .imagem-infor-computadores { + width: 100%; + max-width: 239px; } -} -@media screen and (max-width: 1024px) { .top-cards, .texto-inforcard{ grid-template-columns: 1fr; @@ -144,11 +142,34 @@ body { .card-wrpper { - flex-direction: column; + flex-direction: column ; align-items: center; gap: 16px; display: flex; align-items: center; } + + .texto-inforcard h2 { + font-size: 20px; } + +.texto-inforcard h1 { + font-size: 28px; +} + + + + + + +} + +@media screen and (min-width: 1025px) { + .mobile-banner, + .min-card-img { + display: none; + } +} + +