@t8/docsgen 0.1.44 → 0.1.46

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.
@@ -42,6 +42,11 @@ body {
42
42
  align-items: center;
43
43
  justify-content: center;
44
44
  }
45
+ @media (max-width: 840px) {
46
+ .layout {
47
+ min-height: 100vh;
48
+ }
49
+ }
45
50
 
46
51
  main {
47
52
  --max-content-width: 32em;
@@ -162,7 +167,8 @@ section.intro-title {
162
167
  padding-top: 2em;
163
168
  padding-bottom: 0;
164
169
  }
165
- section.intro {
170
+ section.intro,
171
+ section.intro-title:last-child {
166
172
  padding-bottom: 2.5em;
167
173
  }
168
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -42,6 +42,11 @@ body {
42
42
  align-items: center;
43
43
  justify-content: center;
44
44
  }
45
+ @media (max-width: 840px) {
46
+ .layout {
47
+ min-height: 100vh;
48
+ }
49
+ }
45
50
 
46
51
  main {
47
52
  --max-content-width: 32em;
@@ -162,7 +167,8 @@ section.intro-title {
162
167
  padding-top: 2em;
163
168
  padding-bottom: 0;
164
169
  }
165
- section.intro {
170
+ section.intro,
171
+ section.intro-title:last-child {
166
172
  padding-bottom: 2.5em;
167
173
  }
168
174
  }