diff options
-rw-r--r-- | index.html | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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> |