mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 01:07:48 +01:00
limit header size
This commit is contained in:
parent
fb3ebc5924
commit
6787c0539f
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: darken($navbar-inverse-bg, 10%);
|
background-color: darken($navbar-inverse-bg, 10%);
|
||||||
|
max-height: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile--header.profile--no-header {
|
#profile--header.profile--no-header {
|
||||||
|
|
Loading…
Reference in a new issue