From 617d22bc4939125691ed7166827b9db0d72cf50d Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Tue, 19 Nov 2019 08:33:06 +0100 Subject: [PATCH] Hide the footer on tablet. --- src/styles/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 0e81478d..024bf575 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1795,6 +1795,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ margin-top: 0; } } + #footer { + display : none + } } @media screen and (max-width: 920px) { /* Partie mentor */ -- GitLab