diff options
-rw-r--r-- | newspipe/templates/signup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/signup.html b/newspipe/templates/signup.html index 53cad8d0..c940df5f 100644 --- a/newspipe/templates/signup.html +++ b/newspipe/templates/signup.html @@ -2,7 +2,7 @@ {% block content %} <div class="container"> <div class="row justify-content-center"> - <div class="col-4"> + <div class="col"> <form action="" method="post" name="save"> {{ form.hidden_tag() }} <div class="form-group"> |