Add section content to the pdf file

This commit is contained in:
TheThomaas 2025-05-04 18:00:58 +02:00
parent 8154b01677
commit 8838fbd636
2 changed files with 2 additions and 1 deletions

View file

@ -29,5 +29,6 @@
<ul>
<li>{{ item.data.description }}</li>
</ul>
{{ item.templateContent }}
{% endfor %}
</section>

View file

@ -87,5 +87,5 @@ section ul {padding: 0;margin-left: 1.2rem;}
.subtitle p { margin: 0; }
.subtitle > :first-child {justify-self: start;}
.subtitle > :last-child {justify-self: end;}
.subtitle + ul {font-size: .9rem;}
.subtitle ~ ul {font-size: .9rem;}
.subtitle ~ .subtitle {margin-top: 1rem;}