Change jpg to webp
This commit is contained in:
parent
b332927c31
commit
aa6e798de8
Binary file not shown.
Before Width: | Height: | Size: 109 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -25,7 +25,7 @@ a, a:active, a:hover, a:visited {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
background-image: url("images/abstract_squares.jpg");
|
background-image: url("images/abstract_squares.webp");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue