diff --git a/public/assets/default_theme/css/base.css b/public/assets/default_theme/css/base.css index d45bd6683e..290f09d010 100644 --- a/public/assets/default_theme/css/base.css +++ b/public/assets/default_theme/css/base.css @@ -148,6 +148,11 @@ html { display: flex; justify-content: space-evenly; } +.footer ul { + display: inline-flex; + width: 100%; + justify-content: space-evenly; +} /* < 720p */ @media only screen and (max-width:1280px) { .page-header { diff --git a/templates/cards/navigation/view.html.twig b/templates/cards/navigation/view.html.twig index 08d9ab17d3..be7aa93029 100644 --- a/templates/cards/navigation/view.html.twig +++ b/templates/cards/navigation/view.html.twig @@ -72,23 +72,23 @@ {% endblock profile_security %} {% block footer %} - + {% endblock footer %}