From 8e95ffecba99c991b2b076b5afe28d461a040683 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 30 Dec 2022 12:46:34 -0500 Subject: Implement hand diagram component For showing compactly on the result screen --- webapp/src/default.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'webapp/src/default.css') diff --git a/webapp/src/default.css b/webapp/src/default.css index aedfe14..ce23ea2 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -152,6 +152,17 @@ button:hover, a:hover { height: 5vh; } +.hand-diagram { + display: flex; + flex-direction: column; + font-size: 150%; +} + +.hand-diagram li { + display: inline; + padding-right: 0.1em; +} + .hand { display: flex; justify-content: center; -- cgit v1.2.3