Fixed header background image path in css
This commit is contained in:
parent
312b05250a
commit
c7a77e63ff
|
@ -65,7 +65,7 @@ The content `<div>` is where all your content goes.
|
||||||
padding: 2.5em 2em 0;
|
padding: 2.5em 2em 0;
|
||||||
border-bottom: 1px solid #00000088;
|
border-bottom: 1px solid #00000088;
|
||||||
margin-bottom: 2.5em;
|
margin-bottom: 2.5em;
|
||||||
background-image: url(./images/background.jpg);
|
background-image: url(../images/index_header_background.jpg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 25vh;
|
height: 25vh;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 256 KiB |
Loading…
Reference in New Issue