Print fixes

This commit is contained in:
Dejvino 2023-06-04 17:13:11 +02:00
parent ee946d3786
commit 88b0c1c513
2 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@ -1,8 +1,3 @@
#cv body {
background-color: lightgrey;
}
.background { .background {
position: fixed; position: fixed;
width: 100%; width: 100%;
@ -10,13 +5,17 @@
top: 0; top: 0;
z-index: -10; z-index: -10;
} }
@media screen {
#cv body {
background-color: lightgrey;
}
}
@media screen and (min-width: 1400px) { @media screen and (min-width: 1400px) {
.background { .background {
background: url("/background.jpg"); background: url("/background.jpg");
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;
} }