feat: Adiciona footer mobile e desktop

This commit is contained in:
Eleonora Otz de Mendonça Soares 2022-10-13 11:32:23 -03:00
parent 51585fcfe9
commit 8e077487ee
2 changed files with 12 additions and 0 deletions

View File

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

View File

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