-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.scss
executable file
·72 lines (58 loc) · 1.03 KB
/
resume.scss
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
@import "https://cdn.rawgit.com/mnjul/html-resume/master/style.css";
@import "https://use.fontawesome.com/releases/v5.11.2/css/all.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans|Source+Code+Pro|Source+Sans+Pro";
html {
-webkit-print-color-adjust: exact;
}
.blocks {
height: fit-content;
}
#main .description ul {
ul {
margin: 0.025in 0;
}
}
.decorator::after {
margin-left: 1px;
}
a {
color: initial;
text-decoration: none;
}
.subtitle {
text-transform: initial;
}
.details .location::before {
display: none;
}
.fa-map-marker-alt {
margin-right: 3px;
}
.link {
margin-left: 4px;
}
.details {
font-size: 11px;
}
.date {
max-width: 59px;
padding-right: 14px;
}
.date span {
white-space: nowrap;
text-align: center;
}
.seperator {
background: black;
display: block;
min-height: 10px;
max-width: 1px;
content: "|";
margin: auto;
margin-bottom: 4px;
margin-top: 4px;
}
body {
margin: auto;
}