Skip to content

Commit

Permalink
Merge pull request #244 from bellwood/mobile-fix-login-form-width
Browse files Browse the repository at this point in the history
fixes #218 - login form width on mobile
  • Loading branch information
jeremystretch authored Jul 9, 2016
2 parents 498eb50 + cbd6370 commit fafd2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fafd2ab

Please sign in to comment.