Skip to content

Commit 1afca64

Browse files
authored
Merge pull request wesbos#373 from FriscoTony/tinyfix
Changed broken header background image to suitable replacement from unsplash.com (foggy lake scene)
2 parents d6a3a6e + d8f4cc5 commit 1afca64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

24 - Sticky Nav/style-FINISHED.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body.fixed-nav .site-wrap {
3232
header {
3333
text-align: center;
3434
height: 50vh;
35-
background: url(http://wes.io/iEgP/wow-so-deep.jpg) bottom center no-repeat;
35+
background: url(https://source.unsplash.com/GKN6rpDr0EI/960x640) bottom center no-repeat;
3636
background-size: cover;
3737
display: flex;
3838
align-items: center;

24 - Sticky Nav/style-START.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
header {
2929
text-align: center;
3030
height: 50vh;
31-
background: url(http://wes.io/iEgP/wow-so-deep.jpg) bottom center no-repeat;
31+
background: url(https://source.unsplash.com/GKN6rpDr0EI/960x640) bottom center no-repeat;
3232
background-size: cover;
3333
display: flex;
3434
align-items: center;

0 commit comments

Comments
 (0)