From 838510ced20be1d30f195d94556b5c19f1fd91ce Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Sun, 26 Dec 2021 21:46:54 +0000 Subject: [PATCH] [CARDS][Navigation] Replaced footer to nav Since the footer is inside a section, it couldn't be a footer element --- public/assets/default_theme/css/base.css | 5 +++ templates/cards/navigation/view.html.twig | 38 +++++++++++------------ 2 files changed, 24 insertions(+), 19 deletions(-) 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 %}