-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.css
104 lines (83 loc) · 1.16 KB
/
resume.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body {
margin: 0px;
font-family: "Avenir";
font-size: 8.5pt;
color: #333;
line-height: 1.5;
}
h1, h2, h3 {
margin: 0;
}
h1 {
font-size: 22pt;
}
h2 {
font-size: 16pt;
}
h3 {
font-size: 13pt;
}
header {
border-bottom: 1px solid #999;
}
section {
border-bottom: 1px solid #999;
padding: 5pt 0;
}
section:last-child {
border-bottom: none;
}
address {
font-style: normal;
}
ul {
margin: 0;
}
.main-info h1 {
text-align: center;
margin-top: 0;
}
.main-info address {
display: flex;
justify-content: space-between;
padding-bottom: 5pt;
}
.social-profiles {
display: flex;
}
.social-profile {
display: flex;
align-items: center;
margin-right: 10pt;
}
.social-profile:last-child {
margin-right: 0;
}
.social-profile img {
height: 14pt;
width: auto;
margin-right: 3pt;
}
.line-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.job {
margin-bottom: 5pt;
}
.job:last-child {
margin-bottom: 0;
}
.job h3 {
margin: 0;
}
.job-location {
display: flex;
justify-content: space-between;
align-items: center;
}
.job-location span {
display: inline-block;
vertical-align: middle;
}