diff --git a/client/src/Board.css b/client/src/Board.css index 7bf6b46..d4e705f 100644 --- a/client/src/Board.css +++ b/client/src/Board.css @@ -38,8 +38,8 @@ z-index: 50; /* Above Tile (5,10), Road (12), Corner (20) */ position: absolute; background-size: 600% auto; /* pip-numbers is a 6x6 grid of pip images */ - width: 2rem; - height: 2rem; + width: 2em; + height: 2em; transform: translate(-50%, -50%); } @@ -82,8 +82,8 @@ align-items: center; justify-items: center; box-sizing: border-box; - width: 1.5rem; - height: 1.5rem; + width: 1.5em; + height: 1.5em; transform: translate(-50%, -50%); pointer-events: none; } @@ -113,8 +113,8 @@ justify-items: center; box-sizing: border-box; transform-origin: 50% 0; - width: 0.5rem; - height: 2.5rem; + width: 0.5em; + height: 2.5em; z-index: 11; /* Above Tile, below Corner */ pointer-events: none; } @@ -163,8 +163,8 @@ } .Robber .Pip-Shape { - top: -2rem; - left: -2rem; + top: -2em; + left: -2em; clip-path: circle(50%); transform: scale(0.45); background-color:#e7c099;