Merge pull request #380 from bengott/fix-logo-position

Fix header logo position
This commit is contained in:
Sacha Greif 2014-09-10 09:34:26 +09:00
commit c7096dd447
2 changed files with 2 additions and 2 deletions

View file

@ -616,7 +616,7 @@ li {
.logo a {
font-size: 24px;
display: block;
position: absolute;
position: static;
width: 100%;
height: 50px;
line-height: 50px;

View file

@ -44,7 +44,7 @@ $mobile-header-height: 50px;
a{
font-size: 24px;
display: block;
position: absolute;
position: static;
width: 100%;
height: $mobile-header-height;
line-height: $mobile-header-height;