Add section content to the pdf file
This commit is contained in:
parent
8154b01677
commit
8838fbd636
|
|
@ -29,5 +29,6 @@
|
|||
<ul>
|
||||
<li>{{ item.data.description }}</li>
|
||||
</ul>
|
||||
{{ item.templateContent }}
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
@ -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;}
|
||||
Loading…
Reference in a new issue