hugo-book-theme/assets/_print.scss
2019-11-08 23:42:15 +01:00

20 lines
237 B
SCSS

// Printing styles
@media print {
.book-menu,
.book-footer {
display: none;
}
main {
flex-direction: column-reverse;
}
.book-toc {
flex: none;
nav {
position: relative;
width: auto;
}
}
}