Remove whitespace

This commit is contained in:
Oliver Davies 2018-11-20 01:28:08 +00:00
parent 2b6a091491
commit f40e6e5052
7 changed files with 9 additions and 30 deletions

View file

@ -1,9 +1,9 @@
<div class="widget">
<h2>Availability</h2>
<ul class="list-reset">
<ul class="pl-5">
{% for type, value in site.availability %}
<li class="block mb-1">
<li>
{% include 'availability/' ~ value %}
</li>
{% endfor %}