From 1ee1b65ab8c6f9a6fd58701ed21b2ea14c5a0e73 Mon Sep 17 00:00:00 2001 From: Sachin Chauhan Date: Wed, 11 Nov 2020 18:09:24 +0530 Subject: [PATCH] fix: Footer use same width as above tiles in mobile view (#5568) --- app/templates/components/footer-main.hbs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/components/footer-main.hbs b/app/templates/components/footer-main.hbs index c3356bba0b6..ca99518c282 100644 --- a/app/templates/components/footer-main.hbs +++ b/app/templates/components/footer-main.hbs @@ -1,6 +1,8 @@ -
-
-
+
+ {{#if (eq this.device.isMobile false)}} +
+ {{/if}} +
-
+ {{#if (eq this.device.isMobile false)}} +
+ {{/if}}