Optimized background

This commit is contained in:
Dejvino 2023-06-04 17:00:14 +02:00
parent 14ba783f3e
commit ee946d3786
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 344 KiB

View File

@ -13,10 +13,10 @@
@media screen and (min-width: 1400px) { @media screen and (min-width: 1400px) {
.background { .background {
background: url("/background.jpg"); background: url("/background.jpg");
background-attachment: fixed;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-blend-mode: normal, normal;
z-index: -10; z-index: -10;
} }