From ceaef3e18fe286badf5a0a28870b0e0e4a0c1221 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 21 Jul 2020 10:39:17 +0200 Subject: [PATCH] =?UTF-8?q?Permet=20de=20fixer=20le=20menu=20=C3=A0=20gauc?= =?UTF-8?q?he?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/menu.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styles/menu.sass b/assets/styles/menu.sass index 0ae44e5..4d282e5 100644 --- a/assets/styles/menu.sass +++ b/assets/styles/menu.sass @@ -1,5 +1,5 @@ nav - position: absolute + position: fixed top: 4*$space right: 50% margin-right: $content-width/2 @@ -28,7 +28,6 @@ nav padding-bottom: 2*$space nav display: none - position: fixed z-index: 10 top: 0 left: 0