wip
This commit is contained in:
parent
9212cdb015
commit
13a3c1c866
28 changed files with 154 additions and 204 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue