diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 03:00:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 03:00:41 +0300 |
commit | 9e5808f2c8ff8567f4aa03da473d7c9de5b853e4 (patch) | |
tree | 87e5c4c24183f322257a8ca50bcf7eb563f2eb39 /index.html | |
parent | add basic JavaScript functionality (diff) | |
download | wireguard-config-9e5808f2c8ff8567f4aa03da473d7c9de5b853e4.tar.gz wireguard-config-9e5808f2c8ff8567f4aa03da473d7c9de5b853e4.zip |
index.html: slight fix to HTML
Diffstat (limited to '')
-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> |