Browse Source

Print fixes

master
Dejvino 11 months ago
parent
commit
88b0c1c513
2 changed files with 5 additions and 6 deletions
  1. BIN
      public/cv.pdf
  2. +5
    -6
      src/app/globals.css

BIN
public/cv.pdf View File


+ 5
- 6
src/app/globals.css View File

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



Loading…
Cancel
Save