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,8 +46,8 @@ header { | ||
| 46 | 46 | ||
| 47 | h1 { | 47 | h1 { |
| 48 | margin: 0; | 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 | float: left; | 51 | float: left; |
| 52 | height: 40px; | 52 | height: 40px; |
| 53 | width: 40px; | 53 | width: 40px; |
| @@ -152,8 +152,8 @@ header { | @@ -152,8 +152,8 @@ header { | ||
| 152 | .app_logo { | 152 | .app_logo { |
| 153 | a { | 153 | a { |
| 154 | h1 { | 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 | color: #fff; | 157 | color: #fff; |
| 158 | text-shadow: 0 1px 1px #444; | 158 | text-shadow: 0 1px 1px #444; |
| 159 | } | 159 | } |