resume + print updates
This commit is contained in:
@@ -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) ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user