diff --git a/public/background-mv.jpg b/public/background-mv.jpg new file mode 100644 index 0000000..60d12ff Binary files /dev/null and b/public/background-mv.jpg differ diff --git a/src/scss/_app.scss b/src/scss/_app.scss index f7b86e3..1e09a40 100644 --- a/src/scss/_app.scss +++ b/src/scss/_app.scss @@ -39,7 +39,13 @@ html, body, #root, #root > div{ height:100%; } + + main{ + background-image:url("/background-mv.jpg"); + background-size:100%; + background-attachment: fixed; + background-repeat:no-repeat; background-color:$mv-blue-color; min-height: calc(100% - 106px); overflow: auto;