From 0fcf3cf4131c81d07d650af0e767ee0a84e20b02 Mon Sep 17 00:00:00 2001
From: ueberjames
Date: Sat, 8 Oct 2022 20:45:10 -0300
Subject: [PATCH] ajuste das fontes mobile
---
index.html | 4 ++--
src/style/style.css | 39 ++++++++++++++++++++++++++++++---------
2 files changed, 32 insertions(+), 11 deletions(-)
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;
+ }
+}
+
+