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 align-items: center
margin: 0 2rem margin: 0 2rem
user-select: none user-select: none
flex-wrap: wrap
gap: 1rem
.footer-left .footer-left
display: flex display: flex
@ -55,4 +57,14 @@ footer
text-decoration: underline text-decoration: underline
footer * footer *
z-index: 2 z-index: 2
@media screen and (max-width: 700px)
footer
justify-content: center
@media screen and (max-width: 628px)
.footer-info
display: none