From 1d6d7b1d4027cbab04ded299d057ad2fb2896ee6 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 16 Feb 2020 00:34:50 +0100
Subject: [PATCH] Small margin adjustment on Game page

---
 client/src/views/Game.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue
index 7971aabe..2a7fae87 100644
--- a/client/src/views/Game.vue
+++ b/client/src/views/Game.vue
@@ -715,7 +715,7 @@ export default {
 
 #actions
   display: inline-block
-  margin-top: 10px
+  margin: 0
   button
     display: inline-block
     margin: 0
-- 
2.48.1