@t8/docsgen 0.1.66 → 0.1.67
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 +5 -3
- package/package.json +1 -1
- package/src/css/index.css +5 -3
package/dist/css/index.css
CHANGED
|
@@ -53,7 +53,8 @@ main {
|
|
|
53
53
|
main {
|
|
54
54
|
--max-content-width: 100%;
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
min-height: 100vh;
|
|
57
|
+
flex-direction: column;
|
|
57
58
|
margin: 0;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
@@ -173,15 +174,16 @@ section.intro .section-content {
|
|
|
173
174
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
174
175
|
}
|
|
175
176
|
section.intro {
|
|
177
|
+
flex: auto;
|
|
178
|
+
justify-content: flex-start;
|
|
176
179
|
align-items: center;
|
|
177
|
-
|
|
180
|
+
padding-top: 0.5em;
|
|
178
181
|
}
|
|
179
182
|
section.intro-title .section-content {
|
|
180
183
|
min-height: auto;
|
|
181
184
|
padding-top: 2em;
|
|
182
185
|
padding-bottom: 0;
|
|
183
186
|
}
|
|
184
|
-
section.intro .section-content,
|
|
185
187
|
section.intro-title:last-child .section-content {
|
|
186
188
|
padding-bottom: 2.5em;
|
|
187
189
|
}
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -53,7 +53,8 @@ main {
|
|
|
53
53
|
main {
|
|
54
54
|
--max-content-width: 100%;
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
min-height: 100vh;
|
|
57
|
+
flex-direction: column;
|
|
57
58
|
margin: 0;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
@@ -173,15 +174,16 @@ section.intro .section-content {
|
|
|
173
174
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
174
175
|
}
|
|
175
176
|
section.intro {
|
|
177
|
+
flex: auto;
|
|
178
|
+
justify-content: flex-start;
|
|
176
179
|
align-items: center;
|
|
177
|
-
|
|
180
|
+
padding-top: 0.5em;
|
|
178
181
|
}
|
|
179
182
|
section.intro-title .section-content {
|
|
180
183
|
min-height: auto;
|
|
181
184
|
padding-top: 2em;
|
|
182
185
|
padding-bottom: 0;
|
|
183
186
|
}
|
|
184
|
-
section.intro .section-content,
|
|
185
187
|
section.intro-title:last-child .section-content {
|
|
186
188
|
padding-bottom: 2.5em;
|
|
187
189
|
}
|