fix: ajusta tamanho de espaçamento em telas 4k #15

Merged
emmanuelvitor merged 1 commits from feature/ajusteFooter into development 2023-01-18 06:12:26 +00:00
4 changed files with 11 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import styleFooter from "./styles/Footer.module.scss";
export const Footer = () => {
return (
<div className={styleFooter["footer"]}>
<footer className={styleFooter["footer"]}>
<NewsLetter />
<div className={styleFooter["footer__middle"]}>
<AccordionFooter />
@ -15,7 +15,7 @@ export const Footer = () => {
</div>
<Rodape />
</div >
</footer >
);
}

View File

@ -17,7 +17,7 @@ import { DevelopedBy } from './DevelopedBy';
export const Rodape = () => {
return (
<footer className={styleRodape["footer"]}>
<div className={styleRodape["footer"]}>
{/*
<Rodape />
*/}
@ -75,7 +75,7 @@ export const Rodape = () => {
/>
</ul>
</div>
</footer>
</div>
);
}

View File

@ -7,7 +7,8 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: gray;
/* background-color: gray; */
}
code {

View File

@ -15,6 +15,11 @@
flex-direction: column;
@media (min-width: 3000px) {
min-height: 897px;
}
@media (max-width:1024px) {
margin: 0 16px;
// z-index: -9;