smartphone friendly

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

View File

@ -19,8 +19,8 @@ table {
}
table input {
width: 2.7rem !important;
height: 2.7rem !important;
width: 2.5rem !important;
height: 2.5rem !important;
font-size: 1.3rem !important;
padding: 0 !important;
margin: 0 !important;

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];