bce8940c62
* Removing flex from <main> for sake of print layout * trimming excess whitespace
19 lines
202 B
SCSS
19 lines
202 B
SCSS
@media print {
|
|
.book-menu,
|
|
.book-footer {
|
|
display: none;
|
|
}
|
|
|
|
main {
|
|
display: block;
|
|
}
|
|
|
|
.book-toc {
|
|
flex: none;
|
|
|
|
nav {
|
|
position: relative;
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|