@enure/jacklin 2.0.4 → 2.0.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enure/jacklin",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -24,10 +24,13 @@
24
24
  margin-right: 0.7in;
25
25
  margin-bottom: 0.8in;
26
26
  }
27
+ header,
27
28
  main {
28
- margin-top: 48px;
29
29
  max-width: 800px;
30
30
  }
31
+ main {
32
+ margin-top: 48px;
33
+ }
31
34
  main > section {
32
35
  margin-top: 36px;
33
36
  }
@@ -95,6 +98,9 @@
95
98
  border: 1px solid #aaa;
96
99
  border-radius: 4px;
97
100
  }
101
+ .u-nobr {
102
+ break-inside: avoid;
103
+ }
98
104
  </style>
99
105
  </head>
100
106
  <body>
@@ -131,7 +137,7 @@
131
137
  <ul class="WorkList">
132
138
  {{#each work}}
133
139
  {{#if this.isFeatured}}
134
- <li class="WorkList-item">
140
+ <li class="WorkList-item u-nobr">
135
141
  <div class="WorkList-positionAt">
136
142
  {{this.position}} at {{this.name}}
137
143
  </div>
@@ -153,7 +159,7 @@
153
159
  {{/each}}
154
160
  </ul>
155
161
  </section>
156
- <section>
162
+ <section class="u-nobr">
157
163
  <h2>Work History, cont.</h2>
158
164
  <ul class="SummaryList">
159
165
  {{#each work}}