-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathview-resume-styles.css
More file actions
100 lines (84 loc) · 1.45 KB
/
view-resume-styles.css
File metadata and controls
100 lines (84 loc) · 1.45 KB
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
.form-wrapper {
font-family: Open Sans, serif;
font-style: normal;
font-weight: 600;
color: var(--text-color);
height: 100%;
min-width: 610px;
width: 50%;
margin: 0 0 0 25%;
display: block;
}
.full-name {
font-size: 32px;
line-height: 44px;
margin-top: 40px;
}
.contacts {
font-weight: 300;
font-size: 18px;
line-height: 30px;
margin-top: 21px;
}
.section-wrapper {
margin-bottom: 83px;
}
.spacer {
width: 100%;
min-width: calc(100% + 50px);
height: 2px;
margin: 43px 0 77px 0;
background: var(--spacer-background);
border-radius: 10px;
}
.section {
font-weight: 600;
font-size: 24px;
line-height: 33px;
margin: 40px 0 24px 0;
}
.position {
font-weight: 600;
font-size: 18px;
line-height: 25px;
}
.qualities {
font-weight: 300;
font-size: 18px;
line-height: 25px;
}
.list {
font-weight: 300;
font-size: 18px;
line-height: 25px;
}
.job-name {
font-weight: bold;
font-size: 22px;
line-height: 30px;
margin-left: 207px;
}
.period-position {
display: flex;
margin-top: 10px;
}
.period {
font-weight: 300;
font-size: 18px;
line-height: 25px;
min-width: 207px;
}
.position {
font-weight: bold;
font-size: 18px;
line-height: 25px;
}
.description {
font-weight: 300;
font-size: 18px;
line-height: 25px;
margin: 35px 0 0 207px;
}
.footer-spacer {
height: 10px;
}