diff --git a/assets/scss/partials/menu.scss b/assets/scss/partials/menu.scss index 281dc3a..9733fc9 100644 --- a/assets/scss/partials/menu.scss +++ b/assets/scss/partials/menu.scss @@ -127,7 +127,7 @@ } /* Menu style */ -.menu { +#main-menu { padding-left: 0; list-style: none; flex-direction: column; @@ -200,13 +200,17 @@ font-weight: bold; } } - } - .menu-bottom-section { - margin-top: auto; - display: flex; - flex-direction: column; - width: 100%; + .menu-bottom-section { + margin-top: auto; + display: flex; + flex-direction: column; + width: 100%; + + ol { + padding-left: 0; + } + } } } diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index 3aed883..1fdc02c 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -74,30 +74,32 @@ {{ end }} - -
+ +