mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
print: add missing line break after index or section #292
This commit is contained in:
parent
c0dc87b50b
commit
a995cdc6cd
1 changed files with 1 additions and 1 deletions
|
@ -176,6 +176,6 @@ rapi-doc{
|
||||||
article {
|
article {
|
||||||
break-before: page;
|
break-before: page;
|
||||||
}
|
}
|
||||||
#body-inner article:first-of-type {
|
#body-inner > * > article:first-of-type {
|
||||||
break-before: avoid;
|
break-before: avoid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue