Merge pull request #244 from bellwood/mobile-fix-login-form-width

fixes #218 - login form width on mobile
This commit is contained in:
Jeremy Stretch 2016-07-08 22:59:00 -04:00 committed by GitHub
commit fafd2ab517

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row" style="margin-top: 150px;">
<div class="col-md-4 col-md-offset-4">
<div class="col-sm-4 col-sm-offset-4">
{% if form.non_field_errors %}
<div class="panel panel-danger">
<div class="panel-heading"><strong>Errors</strong></div>