mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
Fix column offset for small screens
This commit is contained in:
parent
a5e77ef01e
commit
28ea64cd16
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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()">
|
||||
{% trans "Next >" %}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue