@t8/docsgen 0.3.16 → 0.3.17

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.
@@ -4,7 +4,6 @@
4
4
  body {
5
5
  min-height: 100vh;
6
6
  }
7
-
8
7
  .layout {
9
8
  display: flex;
10
9
  flex-direction: column;
@@ -13,6 +12,9 @@ body {
13
12
  justify-content: center;
14
13
  }
15
14
  @media (max-width: 840px) {
15
+ :root {
16
+ --content-padding-x: 1.75rem;
17
+ }
16
18
  .layout {
17
19
  min-height: 100vh;
18
20
  }
@@ -183,7 +185,10 @@ section.intro .section-content {
183
185
  align-items: center;
184
186
  }
185
187
  section.intro .section-content {
186
- padding-top: 0.5rem;
188
+ padding-top: 0.75rem;
189
+ }
190
+ section.intro pre {
191
+ margin: 1.75em 0;
187
192
  }
188
193
  }
189
194
  .features {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/index.css CHANGED
@@ -4,7 +4,6 @@
4
4
  body {
5
5
  min-height: 100vh;
6
6
  }
7
-
8
7
  .layout {
9
8
  display: flex;
10
9
  flex-direction: column;
@@ -13,6 +12,9 @@ body {
13
12
  justify-content: center;
14
13
  }
15
14
  @media (max-width: 840px) {
15
+ :root {
16
+ --content-padding-x: 1.75rem;
17
+ }
16
18
  .layout {
17
19
  min-height: 100vh;
18
20
  }
@@ -183,7 +185,10 @@ section.intro .section-content {
183
185
  align-items: center;
184
186
  }
185
187
  section.intro .section-content {
186
- padding-top: 0.5rem;
188
+ padding-top: 0.75rem;
189
+ }
190
+ section.intro pre {
191
+ margin: 1.75em 0;
187
192
  }
188
193
  }
189
194
  .features {