1
0

Added mobile optimization to the Footer styles.sass

This commit is contained in:
Mathias Wagner 2023-11-19 00:34:09 +01:00
parent 9cccee40d0
commit 0cc1306d48
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -7,6 +7,8 @@ footer
align-items: center
margin: 0 2rem
user-select: none
flex-wrap: wrap
gap: 1rem
.footer-left
display: flex
@ -56,3 +58,13 @@ footer
footer *
z-index: 2
@media screen and (max-width: 700px)
footer
justify-content: center
@media screen and (max-width: 628px)
.footer-info
display: none