Fixed header background image path in css

main
Oystein Kristoffer Tveit 2022-10-16 06:22:26 +02:00
parent 312b05250a
commit c7a77e63ff
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ The content `<div>` 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;
}

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB