@t8/docsgen 0.2.27 → 0.2.29
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 -2
- package/dist/css/section.css +1 -1
- package/package.json +1 -1
- package/src/css/index.css +4 -2
- package/src/css/section.css +1 -1
package/dist/css/index.css
CHANGED
|
@@ -160,11 +160,13 @@ section.intro .section-content {
|
|
|
160
160
|
}
|
|
161
161
|
section .section-content {
|
|
162
162
|
max-width: 100%;
|
|
163
|
-
padding: 1rem
|
|
163
|
+
padding: 1rem var(--content-padding-x);
|
|
164
164
|
}
|
|
165
165
|
section.intro-title {
|
|
166
|
+
flex: auto;
|
|
166
167
|
width: auto;
|
|
167
168
|
align-items: center;
|
|
169
|
+
justify-content: center;
|
|
168
170
|
text-align: center;
|
|
169
171
|
}
|
|
170
172
|
section.intro-title .section-content {
|
|
@@ -179,7 +181,7 @@ section.intro .section-content {
|
|
|
179
181
|
}
|
|
180
182
|
section.intro {
|
|
181
183
|
width: auto;
|
|
182
|
-
flex:
|
|
184
|
+
flex: none;
|
|
183
185
|
justify-content: flex-start;
|
|
184
186
|
align-items: center;
|
|
185
187
|
}
|
package/dist/css/section.css
CHANGED
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -160,11 +160,13 @@ section.intro .section-content {
|
|
|
160
160
|
}
|
|
161
161
|
section .section-content {
|
|
162
162
|
max-width: 100%;
|
|
163
|
-
padding: 1rem
|
|
163
|
+
padding: 1rem var(--content-padding-x);
|
|
164
164
|
}
|
|
165
165
|
section.intro-title {
|
|
166
|
+
flex: auto;
|
|
166
167
|
width: auto;
|
|
167
168
|
align-items: center;
|
|
169
|
+
justify-content: center;
|
|
168
170
|
text-align: center;
|
|
169
171
|
}
|
|
170
172
|
section.intro-title .section-content {
|
|
@@ -179,7 +181,7 @@ section.intro .section-content {
|
|
|
179
181
|
}
|
|
180
182
|
section.intro {
|
|
181
183
|
width: auto;
|
|
182
|
-
flex:
|
|
184
|
+
flex: none;
|
|
183
185
|
justify-content: flex-start;
|
|
184
186
|
align-items: center;
|
|
185
187
|
}
|