diff options
Diffstat (limited to 'ishtar_common/templates/registration/login.html')
| -rw-r--r-- | ishtar_common/templates/registration/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html index 452ef91ef..adefb3176 100644 --- a/ishtar_common/templates/registration/login.html +++ b/ishtar_common/templates/registration/login.html @@ -4,7 +4,7 @@ {% block content %} <div class="container"> <div class="row justify-content-center"> - <div class="col-md-3"> + <div class="col-lg-4 col-md-6 col-sm-10"> <h3 class="text-center">{%trans "Log in"%}</h3> <form method="post" action=".">{% csrf_token %} <input type="hidden" name="next" value="{{ next }}" /> @@ -24,7 +24,7 @@ {% endwith %} <div class="row justify-content-center"> - <div class="col-md-4"> + <div class="col-4"> <button type="submit" class="btn btn-primary">{% trans 'Log in' %}</button> </div> </div> |
