mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix(book): hide sidebar menu when printing (#1820)
This commit is contained in:
parent
c0f0326de7
commit
bb19e13adb
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Hide sidebar in printouts. */
|
||||
|
||||
@media print {
|
||||
.docs-sidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Docs sidebar li>a. */
|
||||
|
||||
.docs-sidebar .nav>li>a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue