From 177e959bbd0dff78609f717bae751a50ddb72804 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Sat, 6 Jun 2026 18:53:44 +0200 Subject: [PATCH] Center --- frontend/src/styles/components/_sidebar.scss | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/frontend/src/styles/components/_sidebar.scss b/frontend/src/styles/components/_sidebar.scss index cd86a65..1bd52a5 100644 --- a/frontend/src/styles/components/_sidebar.scss +++ b/frontend/src/styles/components/_sidebar.scss @@ -53,11 +53,16 @@ } &.user { width: 220px; background: darken($color-sidebar, 6%); } -} -.home-svg { - width: 24px; - height: 24px; - vertical-align: middle; - margin: 0 auto; + .home-svg { + width: 24px; + height: 24px; + vertical-align: middle; + margin: 0 auto; + } + + .home { + display: flex; + justify-content: center; + } }