blob: 331d7912511ed748d07f0f77575376777dcab542 (
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
33
34
35
36
37
38
|
@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
}
}
article {
h1 {
font-size: 18pt
}
}
|