Adding a divider and a bit of margin at the bottom of the discuss message
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Cloudyy 2024-06-04 13:24:51 -03:00
parent 538d5c188d
commit c9de869286
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -27,8 +27,17 @@ import '../styles/markdown.css';
<div class="markdown text-lg max-w-2xl mx-auto">
<h1>{title}</h1>
<slot />
<h2>Discuss</h2>
<p>If you want to discuss anything from this issue, feel free to join our <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix space</p> and chat with our community!</p>
<div class="divider"></div>
<div class="mb-6">
<h2>Discuss</h2>
<p>
If you want to discuss anything from this issue, feel
free to join our <a
href="https://matrix.to/#/#exozyme:exozy.me"
>Matrix space</a
> and chat with our community!
</p>
</div>
</div>
</div>
</body>