Shrink the size of pips a little
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
bb9345cb3d
commit
ebaa4529a4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user