aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--index.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/index.html b/index.html
index 66d8e60..3a4a1e6 100644
--- a/index.html
+++ b/index.html
@@ -96,12 +96,14 @@ show the configuration that can be easily consumed by the new client.</p>
</div>
</div>
{% endfor %}
- <div class="row">
- <div class="col-md-offset-6 col-md-6 text-center">
- <button type="submit" class="btn btn-primary">Generate</button>
- <span class="help-block" style="margin-bottom: 0;">
- <span id="params_error" class="text-danger small" style="white-space: pre-line;"></span>
- </span>
+ <div class="col-md-offset-6 col-md-6">
+ <div class="row">
+ <div class="col-sm-offset-3 col-sm-9 text-center">
+ <button type="submit" class="btn btn-primary">Generate</button>
+ <span class="help-block" style="margin-bottom: 0;">
+ <span id="params_error" class="text-danger small" style="white-space: pre-line;"></span>
+ </span>
+ </div>
</div>
</div>
</div>