Add proper padding for paste content
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
e1340b68b8
commit
64e35b1533
1 changed files with 1 additions and 1 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue