fix: mobile footer styles

This commit is contained in:
Travis Fischer
2021-01-26 12:56:05 -05:00
parent a143ef378e
commit 0e3bf5e570

View File

@@ -120,6 +120,26 @@
}
}
@media only screen and (max-width: 566px) {
.footer {
flex-direction: column;
}
.footer > div {
margin-top: 1em;
}
.footer .settings {
order: 1;
}
.footer .social {
order: 2;
}
.footer .copyright {
order: 3;
}
}
.pageActions {
display: flex;
flex-direction: row;