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

---
 client/src/views/Game.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue
index 2a7fae87..d6c8599d 100644
--- a/client/src/views/Game.vue
+++ b/client/src/views/Game.vue
@@ -706,6 +706,9 @@ export default {
   color: grey
   font-style: italic
 
+#playersInfo > p
+  margin: 0
+
 @media screen and (min-width: 768px)
   #actions
     width: 300px
-- 
2.44.0