@t8/docsgen 0.2.24 → 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.
@@ -64,6 +64,7 @@ header {
64
64
  padding: 0 var(--content-padding-x);
65
65
  }
66
66
  .description {
67
+ font-size: 1.15em;
67
68
  margin: 0;
68
69
  }
69
70
  .description p {
@@ -76,7 +77,7 @@ header {
76
77
  --r: 1em;
77
78
 
78
79
  font-size: 1.25em;
79
- margin: 1rem 0;
80
+ margin: 1.25rem 0;
80
81
  }
81
82
  .actions a.primary {
82
83
  font-weight: bold;
@@ -89,7 +90,7 @@ header {
89
90
  height: 0.01em;
90
91
  font-size: 0;
91
92
  overflow: hidden;
92
- margin: 0.25rem 0;
93
+ margin: 0.35rem 0;
93
94
  }
94
95
  .ref {
95
96
  font-size: 0.9em;
@@ -121,6 +122,7 @@ section.intro-title {
121
122
  flex-direction: column;
122
123
  align-items: flex-end;
123
124
  text-align: right;
125
+ line-height: 1.3;
124
126
  }
125
127
  section.intro-title .section-content {
126
128
  display: flex;
@@ -212,7 +214,7 @@ section.intro .section-content {
212
214
  box-sizing: border-box;
213
215
  }
214
216
  .features > ul > li + li {
215
- border-top: 0.15em solid var(--line-color);
217
+ border-top: 0.075em solid var(--line-color);
216
218
  }
217
219
  @media (max-width: 840px) {
218
220
  .features h2 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -64,6 +64,7 @@ header {
64
64
  padding: 0 var(--content-padding-x);
65
65
  }
66
66
  .description {
67
+ font-size: 1.15em;
67
68
  margin: 0;
68
69
  }
69
70
  .description p {
@@ -76,7 +77,7 @@ header {
76
77
  --r: 1em;
77
78
 
78
79
  font-size: 1.25em;
79
- margin: 1rem 0;
80
+ margin: 1.25rem 0;
80
81
  }
81
82
  .actions a.primary {
82
83
  font-weight: bold;
@@ -89,7 +90,7 @@ header {
89
90
  height: 0.01em;
90
91
  font-size: 0;
91
92
  overflow: hidden;
92
- margin: 0.25rem 0;
93
+ margin: 0.35rem 0;
93
94
  }
94
95
  .ref {
95
96
  font-size: 0.9em;
@@ -121,6 +122,7 @@ section.intro-title {
121
122
  flex-direction: column;
122
123
  align-items: flex-end;
123
124
  text-align: right;
125
+ line-height: 1.3;
124
126
  }
125
127
  section.intro-title .section-content {
126
128
  display: flex;
@@ -212,7 +214,7 @@ section.intro .section-content {
212
214
  box-sizing: border-box;
213
215
  }
214
216
  .features > ul > li + li {
215
- border-top: 0.15em solid var(--line-color);
217
+ border-top: 0.075em solid var(--line-color);
216
218
  }
217
219
  @media (max-width: 840px) {
218
220
  .features h2 {