Skip to content

Commit

Permalink
Merge pull request kubernetes#9651 from lucperkins/lperkins/homepage-…
Browse files Browse the repository at this point in the history
…image

Fix homepage image
  • Loading branch information
lucperkins committed Jul 30, 2018
2 parents 20ac7e5 + b1de3d3 commit 0edcf19
Show file tree
Hide file tree
Showing 20 changed files with 3,812 additions and 956 deletions.
2 changes: 1 addition & 1 deletion assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ $feature-box-div-margin-bottom: 40px
#video
width: 100%
position: relative
background-image: url(/images/kub_video_banner_box.jpg)
background-image: url(/images/kub_video_banner_homepage.jpg)
background-position: center center
background-size: cover

Expand Down
2 changes: 1 addition & 1 deletion assets/sass/_desktop.sass
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ $video-section-height: 550px
#video
height: $video-section-height
position: relative
background-image: url(../images/kub_video_banner_box.jpg)
background-image: url(../images/kub_video_banner_homepage.jpg)
background-position: center center
background-size: cover

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"css/styles.min.d02f2440b9c46e9d70858ef9d01d95c96f4568fa648bbfa71dc44a5032967a62.css","MediaType":"text/css","Data":{"Integrity":"sha256-0C8kQLnEbp1whY750B2VyW9FaPpki7+nHcRKUDKWemI="}}
Loading

0 comments on commit 0edcf19

Please sign in to comment.