Fix: size so the register and login form are the same with
This commit is contained in:
parent
6927f85e4d
commit
d426d164ff
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<div class="d-flex flex-column body-p vh-100" loading="lazy">
|
<div class="d-flex flex-column body-p vh-100" loading="lazy">
|
||||||
<div class="d-flex flex-grow-1 div-p">
|
<div class="d-flex flex-grow-1 div-p">
|
||||||
<form class="p-3 bg-body m-auto border border-2 border-info-subtle rounded bg-opacity-75" style="width: 23rem;" role="form" method="post" action="">
|
<form class="p-3 bg-body m-auto border border-2 border-info-subtle rounded bg-opacity-75" style="width: 24rem;" role="form" method="post" action="">
|
||||||
|
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue