feat(ui): ♿ wrap footer for small screen
This commit is contained in:
parent
81dc273ac6
commit
3be32dbf89
|
@ -13,6 +13,13 @@ footer div {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
@media (width < 800px) {
|
||||
footer div {
|
||||
flex-wrap: wrap;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.footer__badges {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
|
Loading…
Reference in a new issue