fix: projects page

This commit is contained in:
OLIMINATOR 2023-04-08 12:21:12 +02:00
parent 9f6b7c4827
commit eedeec649c

View file

@ -131,7 +131,7 @@ projects.sort((a, b) => a.name.localeCompare(b.name));
<main class="flex flex-wrap justify-center gap-12">
{
projects.map((project) => (
<section class="bg-gray flex min-h-max w-80 flex-col rounded-md border-[1px] border-neutral-800 p-6 md:w-96">
<section class="bg-gray flex min-h-max w-80 flex-col justify-between rounded-md border-[1px] border-neutral-800 p-6 md:w-96">
<div class="flex">
<h2 class="mb-4 break-words text-3xl font-bold text-white">
{project.name}