feat: Adiciona footer mobile e desktop
This commit is contained in:
parent
51585fcfe9
commit
8e077487ee
@ -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) {
|
||||||
|
@ -146,5 +146,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<footer class="page-footer"></footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user