File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 120
120
font-weight : var (--asciidoctor-heading-font-weight );
121
121
hyphens : none;
122
122
line-height : 1.3 ;
123
- margin : 1rem 0 0 ;
124
- }
125
-
126
- .doc h3 {
127
- margin : 2rem 0 0 ;
123
+ margin : 2.5rem 0 0 ;
128
124
}
129
125
130
126
.doc h1 .sect0 {
209
205
/* Code and Pre */
210
206
211
207
.doc p code ,
212
- .doc thead code {
208
+ .doc thead code ,
209
+ .doc .admonitionblock code {
213
210
color : var (--asciidoctor-code-font-color );
214
211
background : var (--asciidoctor-code-background );
215
212
border-radius : 0.25em ;
284
281
.doc .partintro ,
285
282
.doc details ,
286
283
.doc hr {
287
- margin : 0.8 rem 0 0 ;
284
+ margin : 1 rem 0 0 ;
288
285
}
289
286
290
287
/* Tables */
295
292
}
296
293
297
294
.doc table .tableblock + * {
298
- margin-top : 1.5 rem ;
295
+ margin-top : 2 rem ;
299
296
}
300
297
301
298
.doc td .tableblock > .content > : first-child {
339
336
/* Admonition blocks */
340
337
341
338
.doc .admonitionblock {
342
- margin : 1.6 rem 0 0 ;
339
+ margin : 2.5 rem 0 ;
343
340
}
344
341
345
342
.doc .admonitionblock p ,
You can’t perform that action at this time.
0 commit comments