diff --git a/src/css/styles.css b/src/css/styles.css index 5f1c57f..1cb2a71 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -65,7 +65,7 @@ The content `
` is where all your content goes. padding: 2.5em 2em 0; border-bottom: 1px solid #00000088; margin-bottom: 2.5em; - background-image: url(./images/background.jpg); + background-image: url(../images/index_header_background.jpg); background-size: cover; height: 25vh; } diff --git a/src/images/background.jpg b/src/images/index_header_background.jpg similarity index 100% rename from src/images/background.jpg rename to src/images/index_header_background.jpg