Bugfixing explain

This commit is contained in:
Claude Brisson
2025-07-24 20:38:49 +02:00
parent d47d4fc8cc
commit 84ab78c461
3 changed files with 15 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
}
#pairing-table {
border-collapse: collapse;
width: max-content;
thead {
//border-collapse: collapse;
tr {
@@ -97,6 +98,7 @@
}
td {
height: 55px;
width: 55px;
border: solid 1px gray;
position: relative;
&.game::after {