@t8/docsgen 0.1.63 → 0.1.64

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.
@@ -139,6 +139,9 @@ section .section-content {
139
139
  box-sizing: border-box;
140
140
  }
141
141
  section.intro-title {
142
+ display: flex;
143
+ flex-direction: column;
144
+ align-items: center;
142
145
  text-align: center;
143
146
  }
144
147
  section.intro-title .section-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -139,6 +139,9 @@ section .section-content {
139
139
  box-sizing: border-box;
140
140
  }
141
141
  section.intro-title {
142
+ display: flex;
143
+ flex-direction: column;
144
+ align-items: center;
142
145
  text-align: center;
143
146
  }
144
147
  section.intro-title .section-content {