development #23

Merged
SavioCarvalhoMoraes merged 68 commits from development into main 2023-01-20 16:46:29 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 76662fde31 - Show all commits

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;
}
}