@t8/docsgen 0.2.12 → 0.2.14

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.
@@ -161,7 +161,7 @@ section.intro .section-content {
161
161
  text-align: center;
162
162
  }
163
163
  section.intro-title .section-content {
164
- min-height: 60vh;
164
+ min-height: 50vh;
165
165
  padding-top: 1rem;
166
166
  padding-bottom: 1.5rem;
167
167
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -161,7 +161,7 @@ section.intro .section-content {
161
161
  text-align: center;
162
162
  }
163
163
  section.intro-title .section-content {
164
- min-height: 60vh;
164
+ min-height: 50vh;
165
165
  padding-top: 1rem;
166
166
  padding-bottom: 1.5rem;
167
167
  }