forked from arw180/jsonresume-theme-compact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
76 lines (57 loc) · 902 Bytes
/
style.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
/* Resume styles */
body {
font-size: 12px;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
}
.name {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
}
.title {
margin-top: 0px;
margin-bottom: 0px;
font-weight: 200;
font-size: 18px;
}
.contact-info ul {
list-style-type: none;
}
.section-title {
font-size: 14px;
}
.skill {
font-weight: bold;
}
.skills-ul {
list-style-type: disc;
list-style-position: inside;
padding-left: 0;
margin-left: 0;
}
.skills-ul li {
float: left;
margin-right: 8px;
}
.company, .school {
font-size: 14px;
}
.company-position {
}
.company-summary {
margin-bottom: 5px;
font-weight: bold;
}
.company-description {
margin-bottom: 10px;
}
.company-description ul {
padding-left: 0px;
list-style-type: none;
}
.education-section {
margin-bottom: 5px;
}