Commit 640b913ac63415a2fda946a4d2dd4ce4c730985f
1 parent
16916fb1
Exists in
master
and in
4 other branches
Modify logo a bit
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
app/assets/images/logo-black.png
app/assets/images/logo-white.png
app/assets/stylesheets/sections/header.scss
... | ... | @@ -46,8 +46,8 @@ header { |
46 | 46 | |
47 | 47 | h1 { |
48 | 48 | margin: 0; |
49 | - background: url('logo-black.png') no-repeat center 1px; | |
50 | - background-size: 38px; | |
49 | + background: url('logo-black.png') no-repeat center center; | |
50 | + background-size: 32px; | |
51 | 51 | float: left; |
52 | 52 | height: 40px; |
53 | 53 | width: 40px; |
... | ... | @@ -152,8 +152,8 @@ header { |
152 | 152 | .app_logo { |
153 | 153 | a { |
154 | 154 | h1 { |
155 | - background: url('logo-white.png') no-repeat center 1px; | |
156 | - background-size: 38px; | |
155 | + background: url('logo-white.png') no-repeat center center; | |
156 | + background-size: 32px; | |
157 | 157 | color: #fff; |
158 | 158 | text-shadow: 0 1px 1px #444; |
159 | 159 | } | ... | ... |