Add proper padding for paste content

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-12-21 23:36:55 +05:30
parent e1340b68b8
commit 64e35b1533
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -11,7 +11,7 @@
<div class="flex flex-col items-center space-y-12">
<h2 class="text-3xl font-bold text-gray-300">Obsolute Paste</h2>
{% block content %}
<pre class="w-10/12 text-gray-100 border border-solid border-emerald-200 rounded bg-zinc-800p-2" id="pastecontent">{{paste_content}}</pre>
<pre class="w-10/12 text-gray-100 border border-solid border-emerald-200 rounded bg-zinc-800p-2" id="pastecontent"> {{paste_content}} </pre>
{% endblock content %}
</div>
<br/>