forked from M3-Academy/desafio-react-e-typescript
fix: Consertado botão do header mobile
This commit is contained in:
parent
89417ad95d
commit
76662fde31
@ -4,7 +4,7 @@ import { Footer } from "../sectors/Footer/Footer";
|
||||
const Home = (prop: { titulo: string }) => {
|
||||
return (
|
||||
<div>
|
||||
<Footer></Footer>
|
||||
<Header></Header>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -49,10 +49,10 @@
|
||||
background-color: black;
|
||||
}
|
||||
.btn-close {
|
||||
color: white;
|
||||
background-color: #c4c4c4;
|
||||
}
|
||||
.offcanvas {
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
height: 585px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user