Swaps svgs for the pngs on the homepage (#17325)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1e4eb26721
commit
af8a8e7728
@@ -129,7 +129,7 @@ $video-section-height: 550px
|
||||
transform: translateY(-50%)
|
||||
|
||||
img
|
||||
max-width: 425px
|
||||
width: 425px
|
||||
|
||||
//.content
|
||||
// width: 50%
|
||||
@@ -211,9 +211,9 @@ $video-section-height: 550px
|
||||
|
||||
.social a
|
||||
display: inline-block
|
||||
background-image: url(../images/social_sprite.png)
|
||||
background-image: url(../images/social_sprite.svg)
|
||||
background-repeat: no-repeat
|
||||
background-size: auto
|
||||
background-size: 300px
|
||||
width: 50px
|
||||
height: 50px
|
||||
border-radius: 5px
|
||||
|
||||
Reference in New Issue
Block a user