From 1bcaeccbe0c97b30cf0ab62e0bfab41da9f3b17a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 12 Dec 2020 14:39:01 -0700 Subject: [PATCH] Right align the eyes for the other team. --- web/src/components/GameBoard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index 706103a..7a41d67 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -123,6 +123,7 @@ export default { top: 25%; } .other-team { + text-align: right; left: -40px; top: 25%; }