@t8/docsgen 0.1.63 → 0.1.65
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 +14 -5
- package/package.json +1 -1
- package/src/css/index.css +14 -5
package/dist/css/index.css
CHANGED
|
@@ -129,16 +129,20 @@ header {
|
|
|
129
129
|
|
|
130
130
|
section {
|
|
131
131
|
width: 50%;
|
|
132
|
+
min-height: 100vh;
|
|
132
133
|
align-self: stretch;
|
|
133
134
|
padding: 0;
|
|
134
135
|
box-sizing: border-box;
|
|
135
136
|
}
|
|
136
137
|
section .section-content {
|
|
137
138
|
max-width: var(--max-content-width);
|
|
138
|
-
padding: 1em 3.5vw;
|
|
139
|
+
padding: 1em 3.5vw 2em;
|
|
139
140
|
box-sizing: border-box;
|
|
140
141
|
}
|
|
141
142
|
section.intro-title {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
align-items: center;
|
|
142
146
|
text-align: center;
|
|
143
147
|
}
|
|
144
148
|
section.intro-title .section-content {
|
|
@@ -153,6 +157,7 @@ section.intro {
|
|
|
153
157
|
display: flex;
|
|
154
158
|
flex-direction: column;
|
|
155
159
|
justify-content: center;
|
|
160
|
+
background: color(from var(--c0) srgb r g b / 0.05);
|
|
156
161
|
}
|
|
157
162
|
section.intro .section-content {
|
|
158
163
|
width: 100%;
|
|
@@ -161,18 +166,22 @@ section.intro .section-content {
|
|
|
161
166
|
section {
|
|
162
167
|
width: auto;
|
|
163
168
|
max-width: 100%;
|
|
169
|
+
min-height: auto;
|
|
170
|
+
}
|
|
171
|
+
section .section-content {
|
|
172
|
+
max-width: auto;
|
|
164
173
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
165
174
|
}
|
|
166
175
|
section.intro {
|
|
167
176
|
align-items: center;
|
|
168
|
-
|
|
177
|
+
background: none transparent;
|
|
169
178
|
}
|
|
170
|
-
section.intro-title {
|
|
179
|
+
section.intro-title .section-content {
|
|
171
180
|
padding-top: 2em;
|
|
172
181
|
padding-bottom: 0;
|
|
173
182
|
}
|
|
174
|
-
section.intro,
|
|
175
|
-
section.intro-title:last-child {
|
|
183
|
+
section.intro .section-content,
|
|
184
|
+
section.intro-title:last-child .section-content {
|
|
176
185
|
padding-bottom: 2.5em;
|
|
177
186
|
}
|
|
178
187
|
}
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -129,16 +129,20 @@ header {
|
|
|
129
129
|
|
|
130
130
|
section {
|
|
131
131
|
width: 50%;
|
|
132
|
+
min-height: 100vh;
|
|
132
133
|
align-self: stretch;
|
|
133
134
|
padding: 0;
|
|
134
135
|
box-sizing: border-box;
|
|
135
136
|
}
|
|
136
137
|
section .section-content {
|
|
137
138
|
max-width: var(--max-content-width);
|
|
138
|
-
padding: 1em 3.5vw;
|
|
139
|
+
padding: 1em 3.5vw 2em;
|
|
139
140
|
box-sizing: border-box;
|
|
140
141
|
}
|
|
141
142
|
section.intro-title {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
align-items: center;
|
|
142
146
|
text-align: center;
|
|
143
147
|
}
|
|
144
148
|
section.intro-title .section-content {
|
|
@@ -153,6 +157,7 @@ section.intro {
|
|
|
153
157
|
display: flex;
|
|
154
158
|
flex-direction: column;
|
|
155
159
|
justify-content: center;
|
|
160
|
+
background: color(from var(--c0) srgb r g b / 0.05);
|
|
156
161
|
}
|
|
157
162
|
section.intro .section-content {
|
|
158
163
|
width: 100%;
|
|
@@ -161,18 +166,22 @@ section.intro .section-content {
|
|
|
161
166
|
section {
|
|
162
167
|
width: auto;
|
|
163
168
|
max-width: 100%;
|
|
169
|
+
min-height: auto;
|
|
170
|
+
}
|
|
171
|
+
section .section-content {
|
|
172
|
+
max-width: auto;
|
|
164
173
|
padding: var(--content-padding-y) var(--content-padding-x);
|
|
165
174
|
}
|
|
166
175
|
section.intro {
|
|
167
176
|
align-items: center;
|
|
168
|
-
|
|
177
|
+
background: none transparent;
|
|
169
178
|
}
|
|
170
|
-
section.intro-title {
|
|
179
|
+
section.intro-title .section-content {
|
|
171
180
|
padding-top: 2em;
|
|
172
181
|
padding-bottom: 0;
|
|
173
182
|
}
|
|
174
|
-
section.intro,
|
|
175
|
-
section.intro-title:last-child {
|
|
183
|
+
section.intro .section-content,
|
|
184
|
+
section.intro-title:last-child .section-content {
|
|
176
185
|
padding-bottom: 2.5em;
|
|
177
186
|
}
|
|
178
187
|
}
|