Spaces:
Sleeping
Sleeping
File size: 702 Bytes
f63f8f4 3e36674 b699077 798a46a b699077 798a46a b699077 182c222 3e36674 b699077 182c222 3e36674 b699077 3e36674 b699077 6de6fdf 182c222 3e36674 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | @import "tailwindcss";
@media print {
@page {
size: A4 portrait;
margin: 0;
}
html, body {
height: auto !important;
overflow: visible !important;
background: #ffffff !important;
color: #000000 !important;
margin: 0 !important;
padding: 0 !important;
}
body * {
visibility: hidden;
}
#resume-preview-container, #resume-preview-container * {
visibility: visible;
}
#resume-preview-container {
position: absolute;
left: 0;
top: 0;
width: 100% !important;
max-width: 210mm !important;
margin: 0 auto !important;
box-sizing: border-box !important;
color: black !important;
background: white !important;
}
} |