From 492b5707c4f90167351908ffe0d1d1db50bc97c8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 12 Dec 2020 16:56:37 -0700 Subject: [PATCH] Adjust styling to look better --- web/src/components/GameBoard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index a79ec54..e071c09 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -126,9 +126,9 @@ export default { background-color: var(--board-background); color: var(--board-background-text); justify-content: space-evenly; - padding: 0 10px 10px; - border-radius: 20px; + padding-bottom: 10px; flex-direction: row; + border-radius: 20px; display: flex; margin: 0; }