Skip to content

Commit

Permalink
fix(theme): adjust header height
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed May 12, 2016
1 parent 5a6ee76 commit e644cdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _app/assets/themes/curtana/_less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ body:hover .latest {

header {
display: flex;
min-height: calc(100vh - @nav-padding * 4 - 6ex);
min-height: calc(100vh - ((@nav-padding * 4)) - 5ex);
// Additional padding for content inside `header` are higher than `header` container
padding-top: 10vmin;
padding-bottom: 16vmin;
padding-bottom: 10vmin;
margin-bottom: 16vmin;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit e644cdd

Please sign in to comment.