Skip to content

Commit

Permalink
Update header logo height
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedistefano committed Feb 17, 2017
1 parent 9e6ba1a commit f43ceb7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,23 @@ nav.menu {

.admin-nav-header {
padding: 15px;
height: 58px; // height of .page-title
height: 47px; // height of .page-title
box-sizing: content-box;
background-color: $color-1;
border-bottom: 1px solid $color-border;
@include media($tablet) {
height: 44px;
}

a {
display: inline-block;
line-height: 58px;
line-height: 47px;
@include media($desktop) {
display: none;
}
@include media($tablet) {
display: inline-block;
line-height: 44px;
}
}

Expand Down

0 comments on commit f43ceb7

Please sign in to comment.