File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/resources/formats/html/bootstrap Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ All changes included in 1.8:
10
10
11
11
### ` html `
12
12
13
+ - ([ #10983 ] ( https://github.com/quarto-dev/quarto-cli/issues/10983 ) ): Fix spacing inconsistency between paras and first section headings.
13
14
- ([ #12259 ] ( https://github.com/quarto-dev/quarto-cli/issues/12259 ) ): Fix conflict between ` html-math-method: katex ` and crossref popups (author: @benkeks ).
14
15
15
16
### ` revealjs `
Original file line number Diff line number Diff line change @@ -631,7 +631,11 @@ h1.title {
631
631
margin-top : 0 ;
632
632
}
633
633
634
- main .content > section :first-of-type > h2 :first-child {
634
+ main .content > p :has (+ section ) {
635
+ margin-bottom : 2rem ;
636
+ }
637
+
638
+ main .content > section :first-of-type > h2 :nth-child (1 ) {
635
639
margin-top : 0 ;
636
640
}
637
641
You can’t perform that action at this time.
0 commit comments