mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-16 12:15:39 +00:00
20 lines
218 B
SCSS
20 lines
218 B
SCSS
@media print {
|
|
.book-menu,
|
|
.book-footer {
|
|
display: none;
|
|
}
|
|
|
|
main {
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.book-toc {
|
|
flex: none;
|
|
|
|
nav {
|
|
position: relative;
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|