limit header size

This commit is contained in:
pixeldesu 2017-03-29 14:35:23 -07:00
parent fb3ebc5924
commit 6787c0539f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
width: 100%;
overflow: hidden;
background-color: darken($navbar-inverse-bg, 10%);
max-height: 440px;
}
#profile--header.profile--no-header {