Skip to content

Commit 14c84e5

Browse files
committed
fix leaky h1.page selector in stylesheet
1 parent baff7ef commit 14c84e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646

47-
h1.page + aside.toc.embedded {
47+
.doc > h1.page:first-child + aside.toc.embedded {
4848
margin-top: -0.5rem;
4949
}
5050

0 commit comments

Comments
 (0)