tweak CV looks

This commit is contained in:
2024-10-04 09:04:20 +03:00
parent 18986d9b8f
commit fb0073d34d
3 changed files with 40 additions and 10 deletions
+19
View File
@@ -25,6 +25,25 @@ h5 {
}
}
/* avoid page breaks for this element when printing */
@media print {
.no-page-break {
break-inside: avoid;
}
}
/* smaller font when printing, Pico is pretty big */
@media print {
html {
font-size: 16px;
}
.container {
max-width: 100%;
}
}
/* for displaying notes */
.note-box {
border: 1px solid #cce5ff;