resume + print updates

This commit is contained in:
Motiejus Jakštys
2023-05-20 16:33:40 +03:00
parent 77f5c06348
commit 7dd7c9801e
2 changed files with 25 additions and 4 deletions

View File

@@ -363,3 +363,22 @@ nav#TableOfContents ul {
height: 1px;
}
}
@media print {
header, nav {
display: none;
}
.content-with-toc {
width: 100%;
font-size: 10pt;
line-height: 1.15;
}
article {
h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
}
a::after{
content: "(" attr(href) ")";
}
}