Optimized background

This commit is contained in:
Dejvino 2023-06-04 17:00:14 +02:00
父節點 14ba783f3e
當前提交 ee946d3786
共有 2 個文件被更改,包括 1 次插入1 次删除

Binary file not shown.

Before

Width:  |  Height:  |  大小: 3.3 MiB

After

Width:  |  Height:  |  大小: 344 KiB

查看文件

@ -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;
} }