diff --git a/src/api/src/pdf/stylesheet.css b/src/api/src/pdf/stylesheet.css index 4d04b10..3dd279d 100644 --- a/src/api/src/pdf/stylesheet.css +++ b/src/api/src/pdf/stylesheet.css @@ -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));