From a7e62dbe70d384fb29a43e305481181c1659765e Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 21 Dec 2023 16:24:39 +0100 Subject: [PATCH] =?UTF-8?q?Justify=20nav=E2=80=99s=20content=20to=20the=20?= =?UTF-8?q?end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to bring back the old behaviour when header was a flex with space-between, that pushed the menu as far to the right as possible. --- web/static/public.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/public.css b/web/static/public.css index 6e05943..9dbbd6a 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -275,6 +275,7 @@ nav ul, .campsite_type_features ul { nav ul { flex-wrap: wrap; align-items: center; + justify-content: end; } nav a, nav button, label[for="menuShowHide"] {