@t8/docsgen 0.2.17 → 0.2.19

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.
@@ -38,13 +38,16 @@ main {
38
38
  }
39
39
 
40
40
  h1 {
41
+ max-width: 16rem;
41
42
  font-size: 2.5em;
43
+ font-family: "Helvetica Neue", Arial, sans-serif;
42
44
  font-weight: 900;
43
45
  color: color(from var(--c1) srgb r g b / 0.75);
44
46
  margin: 1rem 0;
45
47
  }
46
48
  @media (max-width: 840px) {
47
49
  h1 {
50
+ max-width: none;
48
51
  font-size: 2.25em;
49
52
  }
50
53
  }
@@ -123,6 +126,7 @@ section.intro-title .section-content {
123
126
  display: flex;
124
127
  flex-direction: column;
125
128
  justify-content: center;
129
+ align-items: flex-end;
126
130
  max-width: 24em;
127
131
  min-height: 95vh;
128
132
  }
@@ -162,6 +166,7 @@ section.intro .section-content {
162
166
  }
163
167
  section.intro-title .section-content {
164
168
  min-height: 50vh;
169
+ align-items: center;
165
170
  padding-top: 1rem;
166
171
  padding-bottom: 1.5rem;
167
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -38,13 +38,16 @@ main {
38
38
  }
39
39
 
40
40
  h1 {
41
+ max-width: 16rem;
41
42
  font-size: 2.5em;
43
+ font-family: "Helvetica Neue", Arial, sans-serif;
42
44
  font-weight: 900;
43
45
  color: color(from var(--c1) srgb r g b / 0.75);
44
46
  margin: 1rem 0;
45
47
  }
46
48
  @media (max-width: 840px) {
47
49
  h1 {
50
+ max-width: none;
48
51
  font-size: 2.25em;
49
52
  }
50
53
  }
@@ -123,6 +126,7 @@ section.intro-title .section-content {
123
126
  display: flex;
124
127
  flex-direction: column;
125
128
  justify-content: center;
129
+ align-items: flex-end;
126
130
  max-width: 24em;
127
131
  min-height: 95vh;
128
132
  }
@@ -162,6 +166,7 @@ section.intro .section-content {
162
166
  }
163
167
  section.intro-title .section-content {
164
168
  min-height: 50vh;
169
+ align-items: center;
165
170
  padding-top: 1rem;
166
171
  padding-bottom: 1.5rem;
167
172
  }