From 07aeb03a60749f442573ac7cfa5bd6662723fba0 Mon Sep 17 00:00:00 2001 From: snen Date: Thu, 30 Sep 2021 22:05:51 -0400 Subject: [PATCH] add some css --- client/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/styles.css b/client/styles.css index ad68ea6..dbea776 100644 --- a/client/styles.css +++ b/client/styles.css @@ -183,6 +183,12 @@ h2 { align-items: center; } +.draw-choices { + display: flex; + justify-content: center; + align-items: center; +} + .hand { display: flex; justify-content: center;