Added mobile optimization to the Footer styles.sass
This commit is contained in:
parent
9cccee40d0
commit
0cc1306d48
@ -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
|
Loading…
x
Reference in New Issue
Block a user