forked from M3-Academy/desafio-react-e-typescript
fix: ajusta tamanho de espaçamento em telas 4k #15
@ -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 >
|
||||
|
||||
);
|
||||
}
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,8 @@ body {
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-color: gray;
|
||||
/* background-color: gray; */
|
||||
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -15,6 +15,11 @@
|
||||
|
||||
flex-direction: column;
|
||||
|
||||
@media (min-width: 3000px) {
|
||||
min-height: 897px;
|
||||
|
||||
}
|
||||
|
||||
@media (max-width:1024px) {
|
||||
margin: 0 16px;
|
||||
// z-index: -9;
|
||||
|
Loading…
Reference in New Issue
Block a user