Skip to content

Commit edb2376

Browse files
authored
Fix too much space above headings in tip boxes (admonitions) (#222)
1 parent 0278367 commit edb2376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,7 @@ details summary::before {
14281428
.alert:not(details) h6 {
14291429
color: inherit;
14301430
font-size: 1.1rem;
1431+
margin-top: 0;
14311432
margin-bottom: calc(var(--ifm-alert-padding-vertical) * 0.5);
14321433
}
14331434

0 commit comments

Comments
 (0)