diff --git a/style.css b/style.css index e92270f..7cf6f22 100644 --- a/style.css +++ b/style.css @@ -155,7 +155,9 @@ a.no-style { /* #home-page */ #home { - background: url('static/home-page-bg.jpg') no-repeat center center fixed; + background-image: url('static/home-page-bg.jpg'); + background-repeat: no-repeat; + background-position: center center; background-size: cover; }