Fix logo height in signed-out header bar

This commit is contained in:
Douwe Maan 2015-12-02 14:05:24 +01:00
parent 05224ae64a
commit 5c771cca33
1 changed files with 5 additions and 3 deletions

View File

@ -6,15 +6,17 @@ header {
transition-duration: .3s;
&.navbar-empty {
height: 58px;
background: #FFF;
border-bottom: 1px solid #EEE;
.center-logo {
margin: 8px 0;
margin: 11px 0;
text-align: center;
img {
height: 32px;
#tanuki-logo, img {
width: 36px;
height: 36px;
}
}
}