@enure/jacklin 3.1.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template.handlebars +4 -4
package/package.json
CHANGED
package/template.handlebars
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<style>
|
|
7
7
|
body {
|
|
8
8
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
9
|
-
font-size:
|
|
9
|
+
font-size: 13px;
|
|
10
10
|
line-height: 1.3;
|
|
11
11
|
color: #222;
|
|
12
12
|
padding: 64px;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
margin-top: 36px;
|
|
33
33
|
}
|
|
34
34
|
h1, h2 {
|
|
35
|
-
font-size:
|
|
35
|
+
font-size: 13px;
|
|
36
36
|
font-weight: 500;
|
|
37
37
|
margin: 0 0 16px;
|
|
38
38
|
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
.WorkList-dates {
|
|
59
59
|
color: #666;
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 13px;
|
|
61
61
|
}
|
|
62
62
|
.WorkList-positionAt {
|
|
63
63
|
font-weight: 500;
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
padding: 0;
|
|
89
89
|
}
|
|
90
90
|
.WorkList-highlight {
|
|
91
|
-
font-size:
|
|
91
|
+
font-size: 11px;
|
|
92
92
|
color: #555;
|
|
93
93
|
margin: 0 8px 8px 0;
|
|
94
94
|
padding: 3px 6px;
|