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/FooterNav/FooterNav.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'src/components/FooterNav/FooterNav.tsx') diff --git a/src/components/FooterNav/FooterNav.tsx b/src/components/FooterNav/FooterNav.tsx index f1fd0b7..7167b69 100644 --- a/src/components/FooterNav/FooterNav.tsx +++ b/src/components/FooterNav/FooterNav.tsx @@ -28,17 +28,15 @@ const FooterNav = () => { }); return ( -
- -
+ ); }; -- cgit v1.2.3