Justify nav’s content to the end

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.
This commit is contained in:
jordi fita mas 2023-12-21 16:24:39 +01:00
parent d21b34ab40
commit a7e62dbe70
1 changed files with 1 additions and 0 deletions

View File

@ -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"] {