Commit 960a1880 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix last element of sidebar being hidden for small screens

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 12ad9b4b
......@@ -39,7 +39,7 @@
.nav-sidebar {
margin-top: 14 + $header-height;
margin-bottom: 50px;
margin-bottom: 100px;
transition-duration: .3s;
list-style: none;
overflow: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment