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 ( -
+
+ ); } \ 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;