Browse Source

Optimized background

master
Dejvino 11 months ago
parent
commit
ee946d3786
2 changed files with 1 additions and 1 deletions
  1. BIN
      public/background.jpg
  2. +1
    -1
      src/app/globals.css

BIN
public/background.jpg View File

Before After
Width: 4160  |  Height: 3120  |  Size: 3.3 MiB Width: 4160  |  Height: 3120  |  Size: 344 KiB

+ 1
- 1
src/app/globals.css View File

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



Loading…
Cancel
Save