Skip to content

Commit

Permalink
centered qr code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxV07 committed Feb 14, 2024
1 parent a694bb0 commit 259dcc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 id="qrHeader2">Generate QR Code</h2>
<p class="match-label"><input type="button" value="Prev" id="prevButton9" onclick="swipePage(-1)"></p>
<p id="qr-info"><span id="display_qr-info" style="border: none; text-align: center;"></span></p>
<table id="qr-table">
<tr><td width="5%">&nbsp;</td><td width="90%"><div id="qrcode" style="text-align:center"><script>qr = new QRCode(document.getElementById("qrcode"), options)</script></div></td><td width="5%">&nbsp;</td></tr>
<tr><td>&nbsp;</td><td width="90%"><div id="qrcode" style="text-align:center"><script>qr = new QRCode(document.getElementById("qrcode"), options)</script></div></td><td width="5%">&nbsp;</td></tr>
<tr><td width="5%">&nbsp;</td><td width="90%"><div><p id="data" style="text-align:center"></p></div></td><td width="5%">&nbsp;</td></tr>
</table>
<p></p>
Expand Down
1 change: 0 additions & 1 deletion resources/css/bbqScoutingPASS.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ table{

td {
padding: 10px 0;
width: 50px;
}

tr {
Expand Down

0 comments on commit 259dcc3

Please sign in to comment.