mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
fix: projects.html style
This commit is contained in:
parent
cfdf51c44b
commit
311f6d2b47
2 changed files with 19 additions and 25 deletions
|
|
@ -1282,10 +1282,6 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.min-h-\[12rem\] {
|
|
||||||
min-height: 12rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.min-h-\[3\.5rem\] {
|
.min-h-\[3\.5rem\] {
|
||||||
min-height: 3.5rem;
|
min-height: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,7 @@
|
||||||
<h1 class="mb-16">{{ page.title }}</h1>
|
<h1 class="mb-16">{{ page.title }}</h1>
|
||||||
|
|
||||||
{% for project in data.project %}
|
{% for project in data.project %}
|
||||||
<div class="not-prose min-h-[12rem] w-full py-2">
|
<div class="not-prose block-bg my-4 flex w-full flex-col rounded-lg px-5 py-1.5">
|
||||||
<div class="block-bg flex h-full 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 items-center justify-between">
|
||||||
|
|
@ -29,7 +28,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endfor %}<!---->
|
{% endfor %}<!---->
|
||||||
|
|
||||||
{% break %}<!---->
|
{% break %}<!---->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue