add: table css
fix: info-list spacing
This commit is contained in:
parent
f1a81fd958
commit
d7c16e9ed2
2 changed files with 27 additions and 1 deletions
templates
|
@ -3,7 +3,10 @@
|
|||
{% set collection = page.collection() %}
|
||||
|
||||
{% block content %}
|
||||
{{ page.content }}
|
||||
{% if page.content %}
|
||||
{{ page.content }}
|
||||
<hr class="mb-4" />
|
||||
{% endif %}
|
||||
{% for child in collection %}
|
||||
{% if child.template == 'info' %}
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue