@t8/docsgen 0.2.18 → 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.
- package/dist/css/index.css +4 -0
- package/package.json +1 -1
- package/src/css/index.css +4 -0
package/dist/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
|
}
|
|
@@ -163,6 +166,7 @@ section.intro .section-content {
|
|
|
163
166
|
}
|
|
164
167
|
section.intro-title .section-content {
|
|
165
168
|
min-height: 50vh;
|
|
169
|
+
align-items: center;
|
|
166
170
|
padding-top: 1rem;
|
|
167
171
|
padding-bottom: 1.5rem;
|
|
168
172
|
}
|
package/package.json
CHANGED
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
|
}
|
|
@@ -163,6 +166,7 @@ section.intro .section-content {
|
|
|
163
166
|
}
|
|
164
167
|
section.intro-title .section-content {
|
|
165
168
|
min-height: 50vh;
|
|
169
|
+
align-items: center;
|
|
166
170
|
padding-top: 1rem;
|
|
167
171
|
padding-bottom: 1.5rem;
|
|
168
172
|
}
|