summaryrefslogtreecommitdiff
path: root/webapp/src/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r--webapp/src/default.css11
1 files changed, 11 insertions, 0 deletions
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;