Fix .project-details items alignment
This commit is contained in:
parent
c7b2052be1
commit
a2268543c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue