mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-03 10:59:38 +00:00
Fix column offset for small screens
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-6 col-lg-offset-3">
|
<div class="col-sm-6 col-sm-offset-3">
|
||||||
<button class="btn btn-block btn-primary" type="button" name="create_instance" onclick="goto_create()">
|
<button class="btn btn-block btn-primary" type="button" name="create_instance" onclick="goto_create()">
|
||||||
{% trans "Next >" %}
|
{% trans "Next >" %}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user