Commit 640b913ac63415a2fda946a4d2dd4ce4c730985f

Authored by Dmitriy Zaporozhets
1 parent 16916fb1

Modify logo a bit

app/assets/images/logo-black.png

3.01 KB | W: | H:

2.95 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
app/assets/images/logo-white.png

5.59 KB | W: | H:

8.14 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
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 }