summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_base.scss
blob: ab0ca17dbfd43683debf57ac0482083d4d241779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@page {
  margin-left: 1cm;
  margin-right: 1cm;
}

body {
  font-size: 9pt;
  line-height: 1.3;
}

a:link, a:visited, a:hover, a:active {
  text-decoration-thickness: 1px;
}

.section-header {
  font-size: 18pt;
  margin-bottom: -0.6em;
}