feat: better style when printing the article
This commit is contained in:
parent
85fceee138
commit
ea3d8accc3
2 changed files with 9 additions and 1 deletions
|
@ -290,4 +290,12 @@ div.content {
|
|||
.content-box {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Printing */
|
||||
@media print {
|
||||
/* Hide elements not needed for print */
|
||||
nav.nav,.search-container,footer,div.extra-post {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue