fix(api): Justify PDF ToC page numbers to the right side of the page

This commit is contained in:
AaronBenDaniel
2025-06-10 09:55:09 -04:00
parent ddfd0dc0a9
commit db899aafde
@@ -205,6 +205,8 @@ section {
#contents a {
color: inherit;
text-decoration: none;
display: flex;
justify-content: space-between;
}
#contents a::before {
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));