Fixed paths in templates. Added more demo content
This commit is contained in:
parent
285d5e2147
commit
b474bdf10a
45 changed files with 65 additions and 84 deletions
|
|
@ -26,7 +26,7 @@ body {
|
|||
|
||||
header {
|
||||
background: {
|
||||
image: linear-gradient(rgba($background-color, 0.0), rgba($background-color, 1)), url("/images/header.jpg");
|
||||
image: linear-gradient(rgba($background-color, 0.0), rgba($background-color, 1)), url("../images/header.jpg");
|
||||
size: cover;
|
||||
}
|
||||
height: 300px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue