summaryrefslogtreecommitdiff
path: root/assets/_print.scss
blob: 387b4fff0f2bdeebfb5f3cbc6585ab00cc8268a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@media print {
  .book-menu,
  .book-footer {
    display: none;
  }

  main {
    flex-direction: column-reverse;
  }

  .book-toc {
    flex: none;

    nav {
      position: relative;
      width: auto;
    }
  }
}