@t8/docsgen 0.3.22 → 0.3.23

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.
@@ -184,7 +184,7 @@ h1 a:active {
184
184
  }
185
185
  }
186
186
  main h1 + h2 {
187
- margin-top: 0.75rem;
187
+ margin-top: 0.5rem;
188
188
  }
189
189
  main h2 {
190
190
  border-bottom: var(--sep-line);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -184,7 +184,7 @@ h1 a:active {
184
184
  }
185
185
  }
186
186
  main h1 + h2 {
187
- margin-top: 0.75rem;
187
+ margin-top: 0.5rem;
188
188
  }
189
189
  main h2 {
190
190
  border-bottom: var(--sep-line);