From 9c150f28e4a23dfb4965fc3a4cdee16933a3def5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 14 Feb 2022 00:35:49 +0100 Subject: chore: improve footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Mentions légales" link was not enough visible on small viewports because of the back to top link. So I change the disposition to improve that. --- src/components/Icons/Copyright/Copyright.module.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/Icons') diff --git a/src/components/Icons/Copyright/Copyright.module.scss b/src/components/Icons/Copyright/Copyright.module.scss index 0497c1d..8ea801e 100644 --- a/src/components/Icons/Copyright/Copyright.module.scss +++ b/src/components/Icons/Copyright/Copyright.module.scss @@ -2,7 +2,6 @@ .icon { display: block; - margin: auto; width: var(--icon-size, #{fun.convert-px(40)}); fill: var(--color-fg); } -- cgit v1.2.3