Remove bottom padding from sidebar

This commit is contained in:
ines 2017-06-01 13:02:36 +02:00
parent 8274dffad6
commit fd77917c5a

View File

@ -10,7 +10,7 @@
@include position(fixed, top, left, 0, 0)
@include size($sidebar-width, 100vh)
flex: 0 0 $sidebar-width
padding: calc(#{$nav-height} + 1.5rem) 0 2rem
padding: calc(#{$nav-height} + 1.5rem) 0 0
z-index: 10
border-right: 1px solid $color-subtle