Commit 42ffbea8e0b6db016b60866c8b2b1d8b28dc4d71
1 parent
f45f0331
Exists in
master
and in
4 other branches
Fix logo alignment for default theme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
@@ -45,7 +45,7 @@ header { | @@ -45,7 +45,7 @@ header { | ||
45 | margin: 0 6px; | 45 | margin: 0 6px; |
46 | 46 | ||
47 | h1 { | 47 | h1 { |
48 | - background: url('logo_dark.png') no-repeat 0px 1px; | 48 | + background: url('logo_dark.png') no-repeat center 1px; |
49 | float: left; | 49 | float: left; |
50 | height: 40px; | 50 | height: 40px; |
51 | width: 40px; | 51 | width: 40px; |