Change jpg to webp

This commit is contained in:
Ceda EI 2020-12-11 03:02:20 +05:30
parent b332927c31
commit aa6e798de8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -25,7 +25,7 @@ a, a:active, a:hover, a:visited {
position: fixed;
right: 0;
width: 40%;
background-image: url("images/abstract_squares.jpg");
background-image: url("images/abstract_squares.webp");
background-size: cover;
height: 100vh;
display: flex;