summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_base.scss
blob: fba5300202a882cff2993bb1b25f9ad27ed70c61 (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: 14pt;
  margin-bottom: -0.6rem;
}