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:
1010
1111### ` html `
1212
13+ - ([ #10983 ] ( https://github.com/quarto-dev/quarto-cli/issues/10983 ) ): Fix spacing inconsistency between paras and first section headings.
1314- ([ #12259 ] ( https://github.com/quarto-dev/quarto-cli/issues/12259 ) ): Fix conflict between ` html-math-method: katex ` and crossref popups (author: @benkeks ).
1415
1516### ` revealjs `
Original file line number Diff line number Diff line change @@ -631,7 +631,11 @@ h1.title {
631631 margin-top : 0 ;
632632}
633633
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 ) {
635639 margin-top : 0 ;
636640}
637641
You can’t perform that action at this time.
0 commit comments