From 9df0872ce8adf9e3c55ec56a8d92cf4546d4ec61 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Wed, 19 Feb 2025 05:03:37 +0100 Subject: [PATCH] Center secondary nav --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a27976854..c1728f870 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -233,6 +233,7 @@ body.small-nav { > ul { height: auto; + justify-content: center; } .user-menu, .login-menu { -- 2.39.5