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; + } }