Skip to content

Commit

Permalink
Changed broken header background image to suitable replacement from u…
Browse files Browse the repository at this point in the history
…nsplash.com (foggy lake scene)
  • Loading branch information
tonygrant committed Jul 10, 2020
1 parent 97f59c2 commit d8f4cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 24 - Sticky Nav/style-FINISHED.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body.fixed-nav .site-wrap {
header {
text-align: center;
height: 50vh;
background: url(http://wes.io/iEgP/wow-so-deep.jpg) bottom center no-repeat;
background: url(https://source.unsplash.com/GKN6rpDr0EI/960x640) bottom center no-repeat;
background-size: cover;
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion 24 - Sticky Nav/style-START.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
header {
text-align: center;
height: 50vh;
background: url(http://wes.io/iEgP/wow-so-deep.jpg) bottom center no-repeat;
background: url(https://source.unsplash.com/GKN6rpDr0EI/960x640) bottom center no-repeat;
background-size: cover;
display: flex;
align-items: center;
Expand Down

0 comments on commit d8f4cc5

Please sign in to comment.