diff --git a/assets/css/main.css b/assets/css/main.css index d0f0c65..f9ac9ba 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -197,7 +197,7 @@ body { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg.jpg"); + url("../../images/bg-min.jpg"); background-size: auto, cover; background-attachment: fixed, fixed; background-position: center, center; @@ -3572,7 +3572,7 @@ body.is-menu-visible #menu .inner { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg.jpg"); + url("../../images/bg-min.jpg"); background-size: auto, cover; background-position: center, center; margin-bottom: -6.5em; @@ -3681,7 +3681,7 @@ body.is-preload #banner p { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg.jpg"); + url("../../images/bg-min.jpg"); background-size: auto, cover; background-position: center, 0% 30%; margin-bottom: -6.5em; @@ -4175,7 +4175,7 @@ body.is-preload #banner p { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg.jpg"); + url("../../images/bg-min.jpg"); background-size: auto, cover; background-position: center, center; margin-top: -6.5em; diff --git a/images/bg-min.jpg b/images/bg-min.jpg new file mode 100644 index 0000000..d86a85b Binary files /dev/null and b/images/bg-min.jpg differ