summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/core/print.css
blob: 0230f4c1a2e65406163b63527229560c53c099d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
}