fix(header): fix header wrap

This commit is contained in:
Alexey Kasyanchuk 2018-05-13 14:19:41 +03:00
parent 0fe7ee2a1f
commit 643cfaf2e1
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}
.header .clear-header-space {
height: 360px;
height: 330px;
}
.header.sticky .clear-header-space {

View File

@ -101,6 +101,10 @@
min-height: 450px;
}
.header .clear-header-space {
height: 450px;
}
.search-panel {
margin-top: 0px !important;
padding-left: 6px;