position all the form at center

This commit is contained in:
blek 2023-09-30 12:23:54 +10:00
parent 107627f357
commit c9d94b60da
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 56 additions and 54 deletions

View File

@ -2,7 +2,8 @@
{% block body %}
<h1>File upload</h1>
<div style="max-width:95vw;width:fit-content;margin:0 auto">
<h1 style="text-align:center">File upload</h1>
<div style='margin:var(--margin)'>
<p>
You can upload a file here <b>for free</b> to share with others for 30 minutes.<br/>
@ -63,5 +64,6 @@
</div>
</div>
</div>
</div>
{% endblock %}