From 582ee688f396ba3a0b7a94776476a761bf9e0f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 10 Mar 2020 21:26:00 +0100 Subject: [PATCH] Footer: Fix collective logo alignment on mobile --- src/style/organisms/_footer.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/organisms/_footer.scss b/src/style/organisms/_footer.scss index 49e7d53..78c8415 100644 --- a/src/style/organisms/_footer.scss +++ b/src/style/organisms/_footer.scss @@ -95,11 +95,13 @@ // Made by .by { + text-align: center; + img { display: block; height: 22px; width: auto; - margin: 0 0 0; + margin: 0 auto; transition: transform 400ms $ease-quart; will-change: transform; }