mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-02 22:10:15 +00:00
#94, Add printing styles
This commit is contained in:
parent
1b6469f7b1
commit
1c65dac6ce
@ -294,3 +294,10 @@ aside nav,
|
||||
padding: $padding-16 * 2 $padding-16;
|
||||
}
|
||||
}
|
||||
|
||||
// Printing styles
|
||||
@media print {
|
||||
.book-menu, .book-toc, .book-footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user