Remove extra space between profile header and navbar

This commit is contained in:
Annabel Dunstone Gray 2017-09-14 08:40:44 -07:00
parent 93e189c41c
commit 202064928b

View file

@ -328,7 +328,7 @@
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
transition: padding $sidebar-transition-duration; transition: padding $sidebar-transition-duration;
text-align: center; text-align: center;
margin-top: $header-height; margin-top: $new-navbar-height;
.container-fluid { .container-fluid {
position: relative; position: relative;