diff --git a/components/AppFooter.vue b/components/AppFooter.vue
index 09bcfa6b9..1518573f2 100644
--- a/components/AppFooter.vue
+++ b/components/AppFooter.vue
@@ -20,8 +20,8 @@
@@ -168,13 +168,12 @@ footer {
@include device-is('large-mobile') {
flex-direction: row;
- align-items: center;
+ align-items: left;
justify-content: space-evenly;
}
}
.sitelogo-row__item {
- text-align: center;
margin-bottom: 20px;
img {