@t8/docsgen 0.1.67 → 0.1.68
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.
- package/dist/css/index.css +9 -7
- package/package.json +1 -1
- package/src/css/index.css +9 -7
package/dist/css/index.css
CHANGED
|
@@ -173,20 +173,22 @@ section.intro .section-content {
|
|
|
173
173
|
max-width: auto;
|
|
174
174
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
175
175
|
}
|
|
176
|
-
section.intro {
|
|
177
|
-
flex: auto;
|
|
178
|
-
justify-content: flex-start;
|
|
179
|
-
align-items: center;
|
|
180
|
-
padding-top: 0.5em;
|
|
181
|
-
}
|
|
182
176
|
section.intro-title .section-content {
|
|
183
177
|
min-height: auto;
|
|
184
178
|
padding-top: 2em;
|
|
185
|
-
padding-bottom:
|
|
179
|
+
padding-bottom: 1.5em;
|
|
186
180
|
}
|
|
187
181
|
section.intro-title:last-child .section-content {
|
|
188
182
|
padding-bottom: 2.5em;
|
|
189
183
|
}
|
|
184
|
+
section.intro {
|
|
185
|
+
flex: auto;
|
|
186
|
+
justify-content: flex-start;
|
|
187
|
+
align-items: center;
|
|
188
|
+
}
|
|
189
|
+
section.intro .section-content {
|
|
190
|
+
padding-top: 0.5em;
|
|
191
|
+
}
|
|
190
192
|
}
|
|
191
193
|
.features {
|
|
192
194
|
--link-color: color(from var(--c0) srgb r g b / 0.55);
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -173,20 +173,22 @@ section.intro .section-content {
|
|
|
173
173
|
max-width: auto;
|
|
174
174
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
175
175
|
}
|
|
176
|
-
section.intro {
|
|
177
|
-
flex: auto;
|
|
178
|
-
justify-content: flex-start;
|
|
179
|
-
align-items: center;
|
|
180
|
-
padding-top: 0.5em;
|
|
181
|
-
}
|
|
182
176
|
section.intro-title .section-content {
|
|
183
177
|
min-height: auto;
|
|
184
178
|
padding-top: 2em;
|
|
185
|
-
padding-bottom:
|
|
179
|
+
padding-bottom: 1.5em;
|
|
186
180
|
}
|
|
187
181
|
section.intro-title:last-child .section-content {
|
|
188
182
|
padding-bottom: 2.5em;
|
|
189
183
|
}
|
|
184
|
+
section.intro {
|
|
185
|
+
flex: auto;
|
|
186
|
+
justify-content: flex-start;
|
|
187
|
+
align-items: center;
|
|
188
|
+
}
|
|
189
|
+
section.intro .section-content {
|
|
190
|
+
padding-top: 0.5em;
|
|
191
|
+
}
|
|
190
192
|
}
|
|
191
193
|
.features {
|
|
192
194
|
--link-color: color(from var(--c0) srgb r g b / 0.55);
|