feature/landing-page #1

Merged
EleonoraOtz merged 12 commits from feature/landing-page into main 2022-10-13 23:46:54 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 8e077487ee - Show all commits

View File

@ -220,6 +220,16 @@ body {
display: none;
}
/*Footer*/
.footer {
display: flex;
flex-direction: column;
background: #000000;
align-items: center;
padding: 38px 0;
}
/*Versão mobile*/
@media screen and (max-width: 320px) {

View File

@ -146,5 +146,7 @@
</figure>
</div>
</main>
<footer class="page-footer"></footer>
</body>
</html>