summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/core/print.scss
blob: 02acd4bf515eb27e56fd3b9486ef614a64dae1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { font-size:18pt; }
h1 { font-size:48pt; }
h2 { font-size:36pt; }
h3 { font-size:28pt; }

pre {
  border:1px solid #000;
  padding:10px;
  white-space:pre-wrap;
}

.deck-container > .slide {
  page-break-after: always;
}