diff --git a/frontend/src/styles/components/_sidebar.scss b/frontend/src/styles/components/_sidebar.scss index 9686a1f..cd86a65 100644 --- a/frontend/src/styles/components/_sidebar.scss +++ b/frontend/src/styles/components/_sidebar.scss @@ -55,3 +55,9 @@ &.user { width: 220px; background: darken($color-sidebar, 6%); } } +.home-svg { + width: 24px; + height: 24px; + vertical-align: middle; + margin: 0 auto; +}