1
0

Shrink the size of pips a little

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-02-03 11:56:21 -08:00
parent bb9345cb3d
commit ebaa4529a4

View File

@ -24,11 +24,11 @@
}
.Pip {
width: 50px;
height: 50px;
width: 2em;
height: 2em;
position: absolute;
background-size: 600% auto; /* pip-numbers is a 6x6 grid of pip images */
transform: translate(-25px, -25px);
transform: translate(-50%, -50%);
}
.Border {