mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-21 11:05:34 +00:00
🖼 Wrap Markdown content in a prose container for improved styling and readability.
This commit is contained in:
@@ -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">
|
<h1 class="text-2xl md:text-3xl text-zinc-800 dark:text-zinc-100 font-bold mb-2">
|
||||||
{{ $projectProposal->name }}
|
{{ $projectProposal->name }}
|
||||||
</h1>
|
</h1>
|
||||||
<x-markdown>
|
<div class="prose">
|
||||||
{!! $projectProposal->description !!}
|
<x-markdown>
|
||||||
</x-markdown>
|
{!! $projectProposal->description !!}
|
||||||
|
</x-markdown>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="space-y-3 sm:flex sm:items-center sm:justify-between sm:space-y-0 mb-6">
|
<div class="space-y-3 sm:flex sm:items-center sm:justify-between sm:space-y-0 mb-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user