@t8/docsgen 0.1.26 → 0.1.27
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/base.css +2 -4
- package/dist/css/section.css +1 -1
- package/package.json +1 -1
- package/src/css/base.css +2 -4
- package/src/css/section.css +1 -1
package/dist/css/base.css
CHANGED
|
@@ -144,18 +144,16 @@ h2,
|
|
|
144
144
|
h3,
|
|
145
145
|
h4 {
|
|
146
146
|
line-height: 1.1;
|
|
147
|
+
margin: 1.3em 0 0.65em 0;
|
|
147
148
|
}
|
|
148
149
|
h2 {
|
|
149
|
-
font-size: 1.
|
|
150
|
-
margin: 1em 0 0.65em 0;
|
|
150
|
+
font-size: 1.5em;
|
|
151
151
|
}
|
|
152
152
|
h3 {
|
|
153
153
|
font-size: 1.3em;
|
|
154
|
-
margin: 1em 0 0.65em 0;
|
|
155
154
|
}
|
|
156
155
|
h4 {
|
|
157
156
|
font-size: 1.15em;
|
|
158
|
-
margin: 1em 0 0.65em 0;
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
header,
|
package/dist/css/section.css
CHANGED
package/package.json
CHANGED
package/src/css/base.css
CHANGED
|
@@ -144,18 +144,16 @@ h2,
|
|
|
144
144
|
h3,
|
|
145
145
|
h4 {
|
|
146
146
|
line-height: 1.1;
|
|
147
|
+
margin: 1.3em 0 0.65em 0;
|
|
147
148
|
}
|
|
148
149
|
h2 {
|
|
149
|
-
font-size: 1.
|
|
150
|
-
margin: 1em 0 0.65em 0;
|
|
150
|
+
font-size: 1.5em;
|
|
151
151
|
}
|
|
152
152
|
h3 {
|
|
153
153
|
font-size: 1.3em;
|
|
154
|
-
margin: 1em 0 0.65em 0;
|
|
155
154
|
}
|
|
156
155
|
h4 {
|
|
157
156
|
font-size: 1.15em;
|
|
158
|
-
margin: 1em 0 0.65em 0;
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
header,
|