summaryrefslogtreecommitdiffstats
path: root/app/print.styl
blob: df24033dbc54b1e2143dab73e011834a833a4c86 (plain) (blame)
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
26
27
28
29
30
31
32
@page {
  margin: 1cm 1.5cm
}

main {
  margin-left: 0
  margin-right: 0
}

// Header section styling
header {
  font-size: 9pt

  // Name
  h1 {
    font-size: 26pt
    margin-bottom: 0
  }

  // Address/Contacts
  address {
    .tel { display: inline }
    .web { display: inline }
  }
}

.summary {
  p {
    margin-top: 2em
    font-size: 10pt
  }
}