Skip to content

Commit

Permalink
Update jumbotron.css
Browse files Browse the repository at this point in the history
Fixed the URL to background image using { site.url } to fix issue with https
  • Loading branch information
braphael8 authored Oct 15, 2023
1 parent b37ecd5 commit b5ae76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/jumbotron.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
background-color: rgb(254, 254, 156);
background-position: center;
background-repeat: no-repeat;
background-image: url('//assets/jumbotron-splash.gif');
background-image: url("{{ site.url }}/assets/jumbotron-splash.gif")
/* background-image: url('//assets/jumbotron-splash.gif'); */
background-size: 110%;
}
.jumbotron .container {
Expand Down

0 comments on commit b5ae76f

Please sign in to comment.