diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index c96e3811bd5102e37c1f654aca097057ebefe803..4566b8854d0628a9f219863221752d2d3813022e 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -260,6 +260,9 @@ nav#main__menu { font-size: 18px; color: white; visibility: visible; + position: relative; + bottom: 1px; + margin-left: 6px; } } }