@t8/docsgen 0.3.12 → 0.3.13

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.
@@ -1,3 +1,6 @@
1
+ :root {
2
+ --max-content-width: 38em;
3
+ }
1
4
  body {
2
5
  min-height: 100vh;
3
6
  }
@@ -112,7 +115,7 @@ section .section-content {
112
115
  }
113
116
  section.intro-title {
114
117
  display: flex;
115
- width: 36%;
118
+ width: 40%;
116
119
  flex-direction: column;
117
120
  align-items: flex-end;
118
121
  text-align: right;
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
139
142
  }
140
143
  section.intro {
141
144
  display: flex;
142
- width: 64%;
145
+ width: 60%;
143
146
  flex-direction: column;
144
147
  justify-content: center;
145
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/index.css CHANGED
@@ -1,3 +1,6 @@
1
+ :root {
2
+ --max-content-width: 38em;
3
+ }
1
4
  body {
2
5
  min-height: 100vh;
3
6
  }
@@ -112,7 +115,7 @@ section .section-content {
112
115
  }
113
116
  section.intro-title {
114
117
  display: flex;
115
- width: 36%;
118
+ width: 40%;
116
119
  flex-direction: column;
117
120
  align-items: flex-end;
118
121
  text-align: right;
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
139
142
  }
140
143
  section.intro {
141
144
  display: flex;
142
- width: 64%;
145
+ width: 60%;
143
146
  flex-direction: column;
144
147
  justify-content: center;
145
148
  }