Fix .project-details items alignment

This commit is contained in:
Timothée Goguely 2024-10-02 14:16:48 +02:00
parent c7b2052be1
commit a2268543c9

View file

@ -1,7 +1,7 @@
<template>
<section class="h-full | flex flex-col" style="--row-gap: var(--space-32)">
<header
class="project-details | flex | bg-white | rounded-2xl | p-16 | w-full"
class="project-details | flex items-start | bg-white | rounded-2xl | p-16 | w-full"
>
<div class="project-details__description | flex-1">
<label for="project-description" class="flex | text-sm text-grey-700 | mb-8">Description du projet</label>