smartphone friendly
This commit is contained in:
parent
c0c815e757
commit
15ed790caf
@ -19,8 +19,8 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table input {
|
table input {
|
||||||
width: 2.7rem !important;
|
width: 2.5rem !important;
|
||||||
height: 2.7rem !important;
|
height: 2.5rem !important;
|
||||||
font-size: 1.3rem !important;
|
font-size: 1.3rem !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<?php
|
<?php
|
||||||
for ($row = 0; $row < 81; $row += 9) {
|
for ($row = 0; $row < 81; $row += 9) {
|
||||||
?>
|
?>
|
||||||
<tr class="input-group d-inline-block">
|
<tr class="input-group d-inline-block w-auto">
|
||||||
<?php
|
<?php
|
||||||
for ($column = 0; $column < 9; $column++) {
|
for ($column = 0; $column < 9; $column++) {
|
||||||
$value = $currentGrid[$row+$column];
|
$value = $currentGrid[$row+$column];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user