This commit is contained in:
Bruno Rybársky 2022-01-23 19:06:21 +01:00
parent 5e6397bc72
commit 4dc3a7b073

@ -9,7 +9,7 @@ td > div{
.cellx{
text-align: center;
height: 100%;
padding: 0.78%;
padding: 0.60%;
}
#playfield {
width: 100%;
@ -54,13 +54,16 @@ body{
}
.auxboards{
width: 30%;
height: 100%;
height: 95%;
display: inline-block;
padding-left: 1%;
}
#localtd{
height: 90%;
}
#locals,
#remotes{
height: 50%;
height: 48%;
table-layout: fixed;
object-fit: contain;
}