Skip to content

Commit

Permalink
trying bg image again (in index.html)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesshart committed Jun 12, 2020
1 parent 985d6e9 commit cc4b731
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pet_pals/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
}

.jumbotron {
background-image: url({{ url_for('static', filename='datte_proj_2_bg.png') }});
background-repeat: no-repeat;
background-size: 100% 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion pet_pals/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</nav>

<div class="jumbotron vertical-center">
<div class="jumbotron vertical-center" style="background-image: url({{ url_for('static', filename='datte_proj_2_bg.png') }});">
<div class="container">
<div class="row align-items-center">
<div class="col-md-auto"></div>
Expand Down

0 comments on commit cc4b731

Please sign in to comment.