Browse Source

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

fixes #218 - login form width on mobile
Jeremy Stretch 9 years ago
parent
commit
fafd2ab517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/login.html

+ 1 - 1
netbox/templates/login.html

@@ -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>