Re-add ul styling
This commit is contained in:
parent
ef159e7b7d
commit
90159c432c
|
@ -22,6 +22,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
@apply list-disc ml-5
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@apply bg-grey-lighter font-mono text-sm
|
@apply bg-grey-lighter font-mono text-sm
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<h2 class="mb-2">Availability</h2>
|
<h2 class="mb-2">Availability</h2>
|
||||||
|
|
||||||
<ul class="pl-5">
|
<ul class="list-disc pl-5">
|
||||||
{% for type, value in site.availability %}
|
{% for type, value in site.availability %}
|
||||||
<li>
|
<li>
|
||||||
{% include 'about/availability/' ~ value %}
|
{% include 'about/availability/' ~ value %}
|
||||||
|
|
Loading…
Reference in a new issue