1
0
Fork 0
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:
catborise 2019-12-19 12:01:34 +03:00
parent a5e77ef01e
commit 28ea64cd16

View file

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