Print fixes
This commit is contained in:
parent
ee946d3786
commit
88b0c1c513
BIN
public/cv.pdf
BIN
public/cv.pdf
Binary file not shown.
@ -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…
Reference in New Issue
Block a user