Browse Source

Fixed broken image url

gh-pages
jos 9 years ago
parent
commit
a85ded1cc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      css/style.css

+ 1
- 1
css/style.css View File

@ -24,7 +24,7 @@ img.header {
}
div.wall {
background-image: url("./images/wall.png");
background-image: url("../images/wall.png");
background-repeat: no-repeat;
background-size:cover;
margin-top:5px;

Loading…
Cancel
Save