@t8/docsgen 0.3.18 → 0.3.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 +3 -3
- package/package.json +1 -1
- package/src/css/index.css +3 -3
package/dist/css/index.css
CHANGED
|
@@ -151,6 +151,9 @@ section.intro {
|
|
|
151
151
|
section.intro .section-content {
|
|
152
152
|
width: 100%;
|
|
153
153
|
}
|
|
154
|
+
section.intro pre {
|
|
155
|
+
margin: 1.75em 0;
|
|
156
|
+
}
|
|
154
157
|
@media (max-width: 840px) {
|
|
155
158
|
section {
|
|
156
159
|
width: auto;
|
|
@@ -187,9 +190,6 @@ section.intro .section-content {
|
|
|
187
190
|
section.intro .section-content {
|
|
188
191
|
padding-top: 0.75rem;
|
|
189
192
|
}
|
|
190
|
-
section.intro pre {
|
|
191
|
-
margin: 1.75em 0;
|
|
192
|
-
}
|
|
193
193
|
}
|
|
194
194
|
.features {
|
|
195
195
|
--list-padding-x: 1.25rem;
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -151,6 +151,9 @@ section.intro {
|
|
|
151
151
|
section.intro .section-content {
|
|
152
152
|
width: 100%;
|
|
153
153
|
}
|
|
154
|
+
section.intro pre {
|
|
155
|
+
margin: 1.75em 0;
|
|
156
|
+
}
|
|
154
157
|
@media (max-width: 840px) {
|
|
155
158
|
section {
|
|
156
159
|
width: auto;
|
|
@@ -187,9 +190,6 @@ section.intro .section-content {
|
|
|
187
190
|
section.intro .section-content {
|
|
188
191
|
padding-top: 0.75rem;
|
|
189
192
|
}
|
|
190
|
-
section.intro pre {
|
|
191
|
-
margin: 1.75em 0;
|
|
192
|
-
}
|
|
193
193
|
}
|
|
194
194
|
.features {
|
|
195
195
|
--list-padding-x: 1.25rem;
|