mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Merge pull request #244 from bellwood/mobile-fix-login-form-width
fixes #218 - login form width on mobile
This commit is contained in:
commit
fafd2ab517
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user