Skip to content

Commit

Permalink
fix(header): fix header wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 13, 2018
1 parent 006bb2c commit 5257ffd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.header .clear-header-space {
height: 360px;
height: 330px;
}

.header.sticky .clear-header-space {
Expand Down
4 changes: 4 additions & 0 deletions src/app/css/izi/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
min-height: 450px;
}

.header .clear-header-space {
height: 450px;
}

.search-panel {
margin-top: 0px !important;
padding-left: 6px;
Expand Down

0 comments on commit 5257ffd

Please sign in to comment.