@t8/docsgen 0.2.18 → 0.2.20

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,6 +38,7 @@ main {
38
38
  }
39
39
 
40
40
  h1 {
41
+ max-width: 16rem;
41
42
  font-size: 2.5em;
42
43
  font-family: "Helvetica Neue", Arial, sans-serif;
43
44
  font-weight: 900;
@@ -46,6 +47,7 @@ h1 {
46
47
  }
47
48
  @media (max-width: 840px) {
48
49
  h1 {
50
+ max-width: none;
49
51
  font-size: 2.25em;
50
52
  }
51
53
  }
@@ -124,6 +126,7 @@ section.intro-title .section-content {
124
126
  display: flex;
125
127
  flex-direction: column;
126
128
  justify-content: center;
129
+ align-items: flex-end;
127
130
  max-width: 24em;
128
131
  min-height: 95vh;
129
132
  }
@@ -136,6 +139,7 @@ section.intro-title:last-of-type {
136
139
  }
137
140
  section.intro-title:last-of-type .section-content {
138
141
  max-width: 36em;
142
+ align-items: center;
139
143
  }
140
144
  section.intro {
141
145
  display: flex;
@@ -163,6 +167,7 @@ section.intro .section-content {
163
167
  }
164
168
  section.intro-title .section-content {
165
169
  min-height: 50vh;
170
+ align-items: center;
166
171
  padding-top: 1rem;
167
172
  padding-bottom: 1.5rem;
168
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -38,6 +38,7 @@ main {
38
38
  }
39
39
 
40
40
  h1 {
41
+ max-width: 16rem;
41
42
  font-size: 2.5em;
42
43
  font-family: "Helvetica Neue", Arial, sans-serif;
43
44
  font-weight: 900;
@@ -46,6 +47,7 @@ h1 {
46
47
  }
47
48
  @media (max-width: 840px) {
48
49
  h1 {
50
+ max-width: none;
49
51
  font-size: 2.25em;
50
52
  }
51
53
  }
@@ -124,6 +126,7 @@ section.intro-title .section-content {
124
126
  display: flex;
125
127
  flex-direction: column;
126
128
  justify-content: center;
129
+ align-items: flex-end;
127
130
  max-width: 24em;
128
131
  min-height: 95vh;
129
132
  }
@@ -136,6 +139,7 @@ section.intro-title:last-of-type {
136
139
  }
137
140
  section.intro-title:last-of-type .section-content {
138
141
  max-width: 36em;
142
+ align-items: center;
139
143
  }
140
144
  section.intro {
141
145
  display: flex;
@@ -163,6 +167,7 @@ section.intro .section-content {
163
167
  }
164
168
  section.intro-title .section-content {
165
169
  min-height: 50vh;
170
+ align-items: center;
166
171
  padding-top: 1rem;
167
172
  padding-bottom: 1.5rem;
168
173
  }