Skip to content

Commit

Permalink
fix appname position
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 17, 2017
1 parent a35f4a0 commit db5f164
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
}
.header-appname-container {
display: inline-block;
height: 27px;
padding-top: 18px;
padding-top: 22px;
padding-right: 10px;
}
}
Expand Down Expand Up @@ -127,7 +126,7 @@
font-size: 16px;
font-weight: 300;
margin: 0;
margin-top: -24px;
margin-top: -27px;
padding: 7px 0 7px 5px;
vertical-align: middle;
}
Expand Down

0 comments on commit db5f164

Please sign in to comment.