This commit is contained in:
Oliver Davies 2018-05-29 01:33:00 +02:00
parent 9212cdb015
commit 13a3c1c866
28 changed files with 154 additions and 204 deletions

View file

@ -3,12 +3,12 @@
<div class="md:w-1/2 md:px-2 mb-4 flex">
<div class="border p-3 w-full flex flex-col {{ project.versions ? 'justify-between' }}">
<h3>
<a href="{{ project.url }}">
<a href="{{ project.url }}" class="text-black no-underline hover:underline focus:underline">
{{ project.name }}
</a>
</h3>
<div class="flex-1">
<div class="markdown flex-1">
{{ project.description }}
</div>