diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 17:53:12 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 17:53:12 +0200 |
| commit | 83f94fb96951f70f1cc9a322f17e18cc6ca4b11d (patch) | |
| tree | 4cb9cce239003c39f2c47d5fe6c287b886dd00f2 /template.html | |
| parent | a31149727b5c8ace780dabd0643560d1ee7cb31a (diff) | |
Update project
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template.html b/template.html index cb27812..0f838b7 100644 --- a/template.html +++ b/template.html @@ -46,10 +46,8 @@ </div> <br /> <div class="row"> - <div class="col"> - <center> - <div id="canvas" style="margin-bottom:2em;"></div> - </center> + <div class="col" style="padding:0px;"> + <div id="canvas" style="margin-bottom:2em" align="center"></div> </div> </div> <div class="row"> |
