Fix logo color

This commit is contained in:
Adrien Loison 2017-07-27 23:12:47 +02:00
parent 72774980b7
commit 598a3256be
3 changed files with 11 additions and 5 deletions

12
.gitignore vendored
View File

@ -1,3 +1,9 @@
.sass-cache/
.idea/
_site/
/.idea
*.iml
/tests/resources/generated
/tests/coverage
/vendor
/.sass-cache
/_site

View File

@ -104,9 +104,9 @@
.wrapper {
height: 100%;
background: url('../images/logo.png');
background-size: 50%;
background-size: 30%;
background-repeat: no-repeat;
background-position: 110% center;
background-position: 95% center;
justify-content: flex-start;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB