@t8/docsgen 0.4.7 → 0.4.8

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.
@@ -283,7 +283,7 @@ main h2:first-child {
283
283
  gap: 1em;
284
284
  line-height: 1.25;
285
285
  border-top: var(--sep-line);
286
- padding: 0.6em 0 0;
286
+ padding: 0.6em 0;
287
287
  margin: 1.5em 0 0;
288
288
  }
289
289
  @media (max-width: 840px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -283,7 +283,7 @@ main h2:first-child {
283
283
  gap: 1em;
284
284
  line-height: 1.25;
285
285
  border-top: var(--sep-line);
286
- padding: 0.6em 0 0;
286
+ padding: 0.6em 0;
287
287
  margin: 1.5em 0 0;
288
288
  }
289
289
  @media (max-width: 840px) {