@t8/docsgen 0.3.26 → 0.3.27

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.
@@ -41,7 +41,6 @@ h1 {
41
41
  max-width: 16rem;
42
42
  font-size: 1.6em;
43
43
  font-weight: 900;
44
- color: var(--emphatic-color);
45
44
  margin: 1rem 0;
46
45
  }
47
46
  @media (max-width: 840px) {
@@ -117,6 +116,7 @@ section.intro-title {
117
116
  align-items: flex-end;
118
117
  text-align: right;
119
118
  line-height: 1.3;
119
+ color: var(--emphatic-color);
120
120
  border-right: 0.05em solid var(--line-color);
121
121
  }
122
122
  section.intro-title .section-content {
@@ -170,10 +170,10 @@ section.intro pre {
170
170
  border-bottom: 0.05em solid var(--line-color);
171
171
  }
172
172
  section.intro-title .section-content {
173
- min-height: 50vh;
173
+ min-height: 35vh;
174
174
  align-items: center;
175
- padding-top: 1rem;
176
- padding-bottom: 1.5rem;
175
+ padding-top: 2rem;
176
+ padding-bottom: 2.5rem;
177
177
  }
178
178
  section.intro-title:last-child .section-content {
179
179
  max-width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/index.css CHANGED
@@ -41,7 +41,6 @@ h1 {
41
41
  max-width: 16rem;
42
42
  font-size: 1.6em;
43
43
  font-weight: 900;
44
- color: var(--emphatic-color);
45
44
  margin: 1rem 0;
46
45
  }
47
46
  @media (max-width: 840px) {
@@ -117,6 +116,7 @@ section.intro-title {
117
116
  align-items: flex-end;
118
117
  text-align: right;
119
118
  line-height: 1.3;
119
+ color: var(--emphatic-color);
120
120
  border-right: 0.05em solid var(--line-color);
121
121
  }
122
122
  section.intro-title .section-content {
@@ -170,10 +170,10 @@ section.intro pre {
170
170
  border-bottom: 0.05em solid var(--line-color);
171
171
  }
172
172
  section.intro-title .section-content {
173
- min-height: 50vh;
173
+ min-height: 35vh;
174
174
  align-items: center;
175
- padding-top: 1rem;
176
- padding-bottom: 1.5rem;
175
+ padding-top: 2rem;
176
+ padding-bottom: 2.5rem;
177
177
  }
178
178
  section.intro-title:last-child .section-content {
179
179
  max-width: 100%;