aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 03:00:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 03:00:41 +0300
commit9e5808f2c8ff8567f4aa03da473d7c9de5b853e4 (patch)
tree87e5c4c24183f322257a8ca50bcf7eb563f2eb39 /index.html
parentadd basic JavaScript functionality (diff)
downloadwireguard-config-9e5808f2c8ff8567f4aa03da473d7c9de5b853e4.tar.gz
wireguard-config-9e5808f2c8ff8567f4aa03da473d7c9de5b853e4.zip
index.html: slight fix to HTML
Diffstat (limited to 'index.html')
-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>