Make footer look nicer on phones

This commit is contained in:
Justin Nguyen
2020-12-22 10:41:07 -08:00
parent d6be608202
commit dff8e50788
8 changed files with 30708 additions and 5657 deletions

View File

@@ -32,7 +32,7 @@
text-align: center;
}
& > *:first-child:not(:only-child) {
& > *:not(:last-child):not(:only-child) {
margin-right: 10px;
@media (--tablet) {
@@ -41,6 +41,12 @@
margin: 0;
}
}
span {
@media (--phone) {
text-align: center;
}
}
@media (--tablet) {
flex-direction: column;