diff --git a/assets/css/style.css b/assets/css/style.css index 9783c1d..8945ea4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -14,7 +14,7 @@ body, html { margin: 0; padding: 0; - background: url("../images/bg-mobile.jpg") no-repeat center/cover; + background: url("../images/background.jpg") no-repeat center/cover; font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; color: white; overflow-x: hidden; diff --git a/assets/images/bg-mobile.jpg b/assets/images/background.jpg similarity index 100% rename from assets/images/bg-mobile.jpg rename to assets/images/background.jpg