smartphone friendly

This commit is contained in:
2023-04-21 03:40:11 +02:00
parent c0c815e757
commit 15ed790caf
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
<?php
for ($row = 0; $row < 81; $row += 9) {
?>
<tr class="input-group d-inline-block">
<tr class="input-group d-inline-block w-auto">
<?php
for ($column = 0; $column < 9; $column++) {
$value = $currentGrid[$row+$column];