From 19854a0f24829294b05d97663c4dd7ea9e1388b9 Mon Sep 17 00:00:00 2001 From: Emmanuel Vitor Date: Tue, 17 Jan 2023 23:05:21 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20ajusta=20tamanho=20de=20espa=C3=A7amento?= =?UTF-8?q?=20em=20telas=204k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.tsx | 4 ++-- src/components/Footer/Rodape/Rodape.tsx | 4 ++-- src/index.css | 3 ++- src/pages/styles.module.scss | 5 +++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index aeee3ec..64d2eba 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -7,7 +7,7 @@ import styleFooter from "./styles/Footer.module.scss"; export const Footer = () => { return ( -
+
@@ -15,7 +15,7 @@ export const Footer = () => {
-
+ ); } \ No newline at end of file diff --git a/src/components/Footer/Rodape/Rodape.tsx b/src/components/Footer/Rodape/Rodape.tsx index 1563569..994dcf9 100644 --- a/src/components/Footer/Rodape/Rodape.tsx +++ b/src/components/Footer/Rodape/Rodape.tsx @@ -17,7 +17,7 @@ import { DevelopedBy } from './DevelopedBy'; export const Rodape = () => { return ( - + ); } diff --git a/src/index.css b/src/index.css index dd8867e..e6ccf93 100644 --- a/src/index.css +++ b/src/index.css @@ -7,7 +7,8 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - background-color: gray; + /* background-color: gray; */ + } code { diff --git a/src/pages/styles.module.scss b/src/pages/styles.module.scss index 98fb71f..20b765e 100644 --- a/src/pages/styles.module.scss +++ b/src/pages/styles.module.scss @@ -15,6 +15,11 @@ flex-direction: column; + @media (min-width: 3000px) { + min-height: 897px; + + } + @media (max-width:1024px) { margin: 0 16px; // z-index: -9; -- 2.34.1