diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index 805f056b0..9da12086f 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -81,41 +81,55 @@
-
+
+
+
+
-
+
+
+
+
+
+
-
-
{{ menuSection.title }}
+
+ - {{ menuSection.title }}
-
-
+
+
@@ -137,23 +151,44 @@
-
+
+
+ © 2015-2023
+
+
+
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 4c40579fe..ef3e3f9b4 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -6,6 +6,23 @@ $menu-link-icon-size: 22px;
$menu-link-icon-margin-right: 18px;
$footer-links-base-opacity: .8;
+ul {
+ margin: 0;
+ padding: 0;
+
+ li {
+ list-style: none;
+ width: 100%;
+ }
+}
+
+.footer-bottom {
+ li {
+ width: auto;
+ display: inline-flex;
+ }
+}
+
.menu-link {
@include disable-default-a-behaviour;
@include padding-left($menu-lateral-padding);
@@ -289,11 +306,6 @@ my-actor-avatar {
}
.footer-links {
- > div {
- display: flex;
- flex-wrap: wrap;
- }
-
a,
button {
@include margin-right(8px);