@t8/docsgen 0.3.25 → 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.
@@ -39,15 +39,13 @@ main {
39
39
 
40
40
  h1 {
41
41
  max-width: 16rem;
42
- font-size: 2.5em;
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) {
48
47
  h1 {
49
48
  max-width: none;
50
- font-size: 2.25em;
51
49
  }
52
50
  }
53
51
  h1 > a,
@@ -78,7 +76,6 @@ header {
78
76
  font-style: normal;
79
77
  }
80
78
  .actions {
81
- font-size: 1.25em;
82
79
  margin: 1.25rem 0;
83
80
  }
84
81
  .actions .sep {
@@ -95,9 +92,6 @@ header {
95
92
  font-size: 0.9em;
96
93
  }
97
94
  @media (max-width: 840px) {
98
- .actions {
99
- font-size: 1.25em;
100
- }
101
95
  .actions .sep {
102
96
  margin: 0.5rem 0;
103
97
  }
@@ -122,6 +116,7 @@ section.intro-title {
122
116
  align-items: flex-end;
123
117
  text-align: right;
124
118
  line-height: 1.3;
119
+ color: var(--emphatic-color);
125
120
  border-right: 0.05em solid var(--line-color);
126
121
  }
127
122
  section.intro-title .section-content {
@@ -175,10 +170,10 @@ section.intro pre {
175
170
  border-bottom: 0.05em solid var(--line-color);
176
171
  }
177
172
  section.intro-title .section-content {
178
- min-height: 50vh;
173
+ min-height: 35vh;
179
174
  align-items: center;
180
- padding-top: 1rem;
181
- padding-bottom: 1.5rem;
175
+ padding-top: 2rem;
176
+ padding-bottom: 2.5rem;
182
177
  }
183
178
  section.intro-title:last-child .section-content {
184
179
  max-width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.25",
3
+ "version": "0.3.27",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/index.css CHANGED
@@ -39,15 +39,13 @@ main {
39
39
 
40
40
  h1 {
41
41
  max-width: 16rem;
42
- font-size: 2.5em;
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) {
48
47
  h1 {
49
48
  max-width: none;
50
- font-size: 2.25em;
51
49
  }
52
50
  }
53
51
  h1 > a,
@@ -78,7 +76,6 @@ header {
78
76
  font-style: normal;
79
77
  }
80
78
  .actions {
81
- font-size: 1.25em;
82
79
  margin: 1.25rem 0;
83
80
  }
84
81
  .actions .sep {
@@ -95,9 +92,6 @@ header {
95
92
  font-size: 0.9em;
96
93
  }
97
94
  @media (max-width: 840px) {
98
- .actions {
99
- font-size: 1.25em;
100
- }
101
95
  .actions .sep {
102
96
  margin: 0.5rem 0;
103
97
  }
@@ -122,6 +116,7 @@ section.intro-title {
122
116
  align-items: flex-end;
123
117
  text-align: right;
124
118
  line-height: 1.3;
119
+ color: var(--emphatic-color);
125
120
  border-right: 0.05em solid var(--line-color);
126
121
  }
127
122
  section.intro-title .section-content {
@@ -175,10 +170,10 @@ section.intro pre {
175
170
  border-bottom: 0.05em solid var(--line-color);
176
171
  }
177
172
  section.intro-title .section-content {
178
- min-height: 50vh;
173
+ min-height: 35vh;
179
174
  align-items: center;
180
- padding-top: 1rem;
181
- padding-bottom: 1.5rem;
175
+ padding-top: 2rem;
176
+ padding-bottom: 2.5rem;
182
177
  }
183
178
  section.intro-title:last-child .section-content {
184
179
  max-width: 100%;