@@ -4847,14 +4847,10 @@ nav a {
.site-footer {
overflow: hidden;
-}
-
-@media only screen and (min-width: 822px) {
- .site-footer {
- align-items: flex-end;
- display: flex;
- flex-wrap: wrap;
- }
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+ flex-direction: column;
}
.site-footer > .site-info {
@@ -1,14 +1,11 @@
// Footer
- @include media(desktop) {
// Footer Branding
@@ -3334,9 +3334,10 @@ nav a {
@media only screen and (min-width: 822px) {
display: flex;
flex-wrap: wrap;
@@ -3355,14 +3355,10 @@ nav a {