position all the form at center
This commit is contained in:
parent
107627f357
commit
c9d94b60da
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
{% block body %}
|
{% 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)'>
|
<div style='margin:var(--margin)'>
|
||||||
<p>
|
<p>
|
||||||
You can upload a file here <b>for free</b> to share with others for 30 minutes.<br/>
|
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>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue