Add some space between availability list items
This commit is contained in:
parent
730bfdbfda
commit
a3e5f5ba50
|
@ -3,7 +3,7 @@
|
|||
|
||||
<ul class="list-reset">
|
||||
{% for type, value in site.availability %}
|
||||
<li>
|
||||
<li class="block mb-1">
|
||||
{% include 'availability/' ~ value %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue