diff --git a/public/cv.pdf b/public/cv.pdf index da65c85..213db46 100644 Binary files a/public/cv.pdf and b/public/cv.pdf differ diff --git a/src/app/globals.css b/src/app/globals.css index d0ef3bd..27de468 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,8 +1,3 @@ - -#cv body { - background-color: lightgrey; -} - .background { position: fixed; width: 100%; @@ -10,13 +5,17 @@ top: 0; z-index: -10; } +@media screen { + #cv body { + background-color: lightgrey; + } +} @media screen and (min-width: 1400px) { .background { background: url("/background.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; - background-blend-mode: normal, normal; z-index: -10; }