File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7171.footnotes {
7272 p {
7373 text-align : left ;
74+ margin-bottom : 0 ;
7475 }
7576
7677 hr {
8081 ol {
8182 padding-left : 2rem ;
8283 list-style-position : outside ;
84+ margin-bottom : 0 ;
8385 }
8486}
8587
8688p :has (+ span ) {
8789 margin-bottom : 0 ;
8890}
8991
90- article p :last-child ,
91- section p :last-child {
92+ .o-single__content > * :last-child ,
93+ .o-single__container > * :last-child {
9294 margin-bottom : 0 ;
9395}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1 data-pagefind-meta="title">{{ .Title }}</h1>
1414 {{ partial "updateDate.html" . }}
1515 </ div >
1616
17- < div data-pagefind-weight ="2 ">
17+ < div class =" o-single__content " data-pagefind-weight ="2 ">
1818 {{ partial "content" . }}
1919 </ div >
2020 </ div >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h1 data-pagefind-meta="title">{{ .Title }}</h1>
4141 < div class ="o-single__news-image ">
4242 {{ partial "image" (partial "helper/contentImage" .) }}
4343 </ div >
44- < div data-pagefind-body >
44+ < div data-pagefind-body class =" o-single__content " >
4545 {{ .Content }}
4646 </ div >
4747 </ div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 data-pagefind-meta="title">{{ .Title }}</h1>
1010 </ div >
1111 {{ partial "updateDate.html" . }}
1212 </ div >
13- < div data-pagefind-weight ="2.5 ">
13+ < div class =" o-single__content " data-pagefind-weight ="2.5 ">
1414 {{ partial "content" . }}
1515 </ div >
1616 </ div >
You can’t perform that action at this time.
0 commit comments