diff --git a/SRC/public/css/frontend.css b/SRC/public/css/frontend.css index 93aaa60..9d865f9 100644 --- a/SRC/public/css/frontend.css +++ b/SRC/public/css/frontend.css @@ -7,7 +7,7 @@ html, body { font-family: 'Oswald', sans-serif; background: #ebebeb; - background: url('../imgs/bg.png') no-repeat bottom center fixed; + background: url('../imgs/bg.jpg') no-repeat bottom center fixed; background-size: cover; font-weight:300; diff --git a/SRC/public/imgs/bg.jpg b/SRC/public/imgs/bg.jpg new file mode 100644 index 0000000..95bf2db Binary files /dev/null and b/SRC/public/imgs/bg.jpg differ diff --git a/SRC/public/imgs/bg.png b/SRC/public/imgs/bg.png index 76ac93e..f3e44c1 100755 Binary files a/SRC/public/imgs/bg.png and b/SRC/public/imgs/bg.png differ