diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-05 20:12:35 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-05 20:12:35 +0200 |
| commit | c353c87c511b9d447f39f78826030d15a76b2691 (patch) | |
| tree | 7c832d7b337fa3cd9ab4c0df55b10ab5087c9452 /template.html | |
| parent | c7c4048a44e54f0d61f3b07f11a70c5994a9da66 (diff) | |
Update
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template.html b/template.html index b695d8f..53be03b 100644 --- a/template.html +++ b/template.html @@ -47,7 +47,9 @@ <br /> <div class="row"> <div class="col" style="padding:0px;"> - <div id="canvas" style="margin-bottom:2em" align="center"></div> + <center> + <div id="canvas" class="img-thumbnail" style="margin-bottom:2em;width:fit-content;height:fit-content;"></div> + </center> </div> </div> <div class="row"> |
