From 441cca4819a5ee23f245feaadc9e1e8b13119a2f Mon Sep 17 00:00:00 2001 From: administrateur Date: Mon, 29 Mar 2021 21:03:26 +0200 Subject: [PATCH] fix: easier navigation with fixed menu --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index 7ff37ec..bc68ee8 100644 --- a/css/style.css +++ b/css/style.css @@ -257,4 +257,18 @@ flex-wrap: wrap; { padding-bottom: 25px; padding-top: 10px; + background: white; } + +#j1_1 +{ + position: fixed; +} + +@media (max-width: 767px) { + #j1_1 { + position: relative; + margin-bottom: 50px; + } +} +