aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/templates/login.html')
-rw-r--r--newspipe/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/login.html b/newspipe/templates/login.html
index d0849c0b..cade2777 100644
--- a/newspipe/templates/login.html
+++ b/newspipe/templates/login.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<div class="row justify-content-center">
- <div class="col-4">
+ <div class="col-md-6">
<h2>{{ _('Log In') }}</h2>
<form action="{{ url_for('login') }}" method=post>
{{ form.hidden_tag() }}
bgstack15