diff --git a/public/css/app.css b/public/css/app.css index 4aaa89d..f40a5a6 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -95,7 +95,7 @@ header { } .intro-image-box { - background: url("/images/middle-img.png"); + background: url("/images/middle-banner.png"); background-size: cover; background-repeat: no-repeat; background-position: center; diff --git a/public/images/middle-banner.png b/public/images/middle-banner.png new file mode 100644 index 0000000..2353701 Binary files /dev/null and b/public/images/middle-banner.png differ diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 5249703..8672325 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -54,7 +54,7 @@ header{ } .intro-image-box{ - background: url('/images/middle-img.png'); + background: url('/images/middle-banner.png'); background-size: cover; background-repeat: no-repeat; background-position: center;