feat: adjust some styles

This commit is contained in:
st1020 2023-10-23 20:44:40 +08:00
parent f9b448197c
commit 82f3f69af2
9 changed files with 122 additions and 64 deletions

View file

@ -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">