diff --git a/scss/layouts/layout.scss b/scss/layouts/layout.scss index 9043f318de..865239056f 100644 --- a/scss/layouts/layout.scss +++ b/scss/layouts/layout.scss @@ -49,8 +49,7 @@ border: 1px solid $brown; border-style: solid none; height: 194px; - background: $black url("banner.jpg") 50% 50% no-repeat; - background-size: cover; + background: $green url("banner.png") -72px -32px no-repeat; position: relative; overflow: hidden; } diff --git a/www/assets/banner.png b/www/assets/banner.png new file mode 100644 index 0000000000..5c7781aa00 Binary files /dev/null and b/www/assets/banner.png differ