From bf63077f6766a6938b056dec5a194fd41a8f4afb Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 19 Dec 2020 16:56:11 -0700 Subject: [PATCH] Change card width. --- web/src/components/Hand.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Hand.vue b/web/src/components/Hand.vue index 99ca7c7..86eecec 100644 --- a/web/src/components/Hand.vue +++ b/web/src/components/Hand.vue @@ -113,9 +113,9 @@ export default { .card { background-color: var(--card-background); - min-width: calc(100% / 9); color: var(--card-text); flex-direction: column; + width: calc(100% / 9); border-radius: 10px; padding: 10px; display: flex;