@t8/docsgen 0.2.28 → 0.2.29

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.
@@ -163,8 +163,10 @@ section.intro .section-content {
163
163
  padding: 1rem var(--content-padding-x);
164
164
  }
165
165
  section.intro-title {
166
+ flex: auto;
166
167
  width: auto;
167
168
  align-items: center;
169
+ justify-content: center;
168
170
  text-align: center;
169
171
  }
170
172
  section.intro-title .section-content {
@@ -179,7 +181,7 @@ section.intro .section-content {
179
181
  }
180
182
  section.intro {
181
183
  width: auto;
182
- flex: auto;
184
+ flex: none;
183
185
  justify-content: flex-start;
184
186
  align-items: center;
185
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -163,8 +163,10 @@ section.intro .section-content {
163
163
  padding: 1rem var(--content-padding-x);
164
164
  }
165
165
  section.intro-title {
166
+ flex: auto;
166
167
  width: auto;
167
168
  align-items: center;
169
+ justify-content: center;
168
170
  text-align: center;
169
171
  }
170
172
  section.intro-title .section-content {
@@ -179,7 +181,7 @@ section.intro .section-content {
179
181
  }
180
182
  section.intro {
181
183
  width: auto;
182
- flex: auto;
184
+ flex: none;
183
185
  justify-content: flex-start;
184
186
  align-items: center;
185
187
  }