🖼 Wrap Markdown content in a prose container for improved styling and readability.

This commit is contained in:
HolgerHatGarKeineNode
2026-04-05 19:36:34 +01:00
parent 7ece63fbd0
commit 0e0738ff23

View File

@@ -137,9 +137,11 @@ new class extends Component {
<h1 class="text-2xl md:text-3xl text-zinc-800 dark:text-zinc-100 font-bold mb-2">
{{ $projectProposal->name }}
</h1>
<x-markdown>
{!! $projectProposal->description !!}
</x-markdown>
<div class="prose">
<x-markdown>
{!! $projectProposal->description !!}
</x-markdown>
</div>
</header>
<div class="space-y-3 sm:flex sm:items-center sm:justify-between sm:space-y-0 mb-6">