mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
feat: adjust some styles
This commit is contained in:
parent
f9b448197c
commit
82f3f69af2
9 changed files with 122 additions and 64 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{% for project in data.project %}
|
||||
<div class="not-prose min-h-[12rem] w-full py-2">
|
||||
<div class="flex h-full w-full flex-col rounded-lg bg-black/[3%] px-5 py-1.5 dark:bg-white/[8%]">
|
||||
<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>
|
||||
<p>{{ project.desc }}</p>
|
||||
<div class="my-2 flex items-center justify-between">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue