diff --git a/.gitignore b/.gitignore index 70f11a2..2ad955a 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ -.sass-cache/ -.idea/ -_site/ +/.idea +*.iml + +/tests/resources/generated +/tests/coverage +/vendor + +/.sass-cache +/_site diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 3b95814..b6e6b8b 100755 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -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; } diff --git a/images/logo.png b/images/logo.png index 1319250..854944e 100644 Binary files a/images/logo.png and b/images/logo.png differ