mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
fix: projects.html style
This commit is contained in:
parent
311f6d2b47
commit
0853e9052f
1 changed files with 3 additions and 3 deletions
|
|
@ -9,13 +9,13 @@
|
||||||
<div class="not-prose block-bg my-4 flex w-full flex-col rounded-lg px-5 py-1.5">
|
<div class="not-prose block-bg my-4 flex w-full flex-col rounded-lg px-5 py-1.5">
|
||||||
<h3 class="my-2 text-xl font-bold text-black dark:text-white">{{ project.name }}</h3>
|
<h3 class="my-2 text-xl font-bold text-black dark:text-white">{{ project.name }}</h3>
|
||||||
<p>{{ project.desc }}</p>
|
<p>{{ project.desc }}</p>
|
||||||
<div class="my-2 flex items-center justify-between">
|
<div class="my-2 flex flex-wrap items-center justify-between">
|
||||||
<div class="flex gap-x-2 text-sm opacity-60">
|
<div class="flex flex-wrap gap-x-2 text-sm opacity-60">
|
||||||
{% for tag in project.tags %}
|
{% for tag in project.tags %}
|
||||||
<span>#{{ tag }}</span>
|
<span>#{{ tag }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-x-2">
|
<div class="flex flex-wrap gap-x-2">
|
||||||
{% for link in project.links %}
|
{% for link in project.links %}
|
||||||
<a
|
<a
|
||||||
class="underline"
|
class="underline"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue