fix: Consertado botão do header mobile

This commit is contained in:
Savio Carvalho Moraes 2023-01-18 19:13:38 -03:00
parent 89417ad95d
commit 76662fde31
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { Footer } from "../sectors/Footer/Footer";
const Home = (prop: { titulo: string }) => {
return (
<div>
<Footer></Footer>
<Header></Header>
</div>
);
};

View File

@ -49,10 +49,10 @@
background-color: black;
}
.btn-close {
color: white;
background-color: #c4c4c4;
}
.offcanvas {
width: 100%;
width: 100% !important;
height: 585px;
}
}