Fix logo color
This commit is contained in:
parent
72774980b7
commit
598a3256be
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,3 +1,9 @@
|
|||||||
.sass-cache/
|
/.idea
|
||||||
.idea/
|
*.iml
|
||||||
_site/
|
|
||||||
|
/tests/resources/generated
|
||||||
|
/tests/coverage
|
||||||
|
/vendor
|
||||||
|
|
||||||
|
/.sass-cache
|
||||||
|
/_site
|
||||||
|
@ -104,9 +104,9 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url('../images/logo.png');
|
background: url('../images/logo.png');
|
||||||
background-size: 50%;
|
background-size: 30%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 110% center;
|
background-position: 95% center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 6.7 KiB |
Loading…
x
Reference in New Issue
Block a user