From 8a5e2478b55b6c052a3fa76e2b5c79d4c590e45f Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Sun, 12 Mar 2023 04:30:57 +0100 Subject: [PATCH] Fix footer links placement --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 5161a0bb..0794f1e6 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1717,6 +1717,7 @@ footer { border-radius: 5px; display: flex; flex-wrap: wrap; + align-items: center; background-color: $primary-neutral-dark-color; box-shadow: $shadow-color 0 0 15px; a {