@t8/docsgen 0.2.25 → 0.2.26

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.
@@ -214,7 +214,7 @@ section.intro .section-content {
214
214
  box-sizing: border-box;
215
215
  }
216
216
  .features > ul > li + li {
217
- border-top: 0.15em solid var(--line-color);
217
+ border-top: 0.075em solid var(--line-color);
218
218
  }
219
219
  @media (max-width: 840px) {
220
220
  .features h2 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -214,7 +214,7 @@ section.intro .section-content {
214
214
  box-sizing: border-box;
215
215
  }
216
216
  .features > ul > li + li {
217
- border-top: 0.15em solid var(--line-color);
217
+ border-top: 0.075em solid var(--line-color);
218
218
  }
219
219
  @media (max-width: 840px) {
220
220
  .features h2 {