From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 15 Feb 2020 23:37:20 +0000 (+0100)
Subject: Small margin adjustment on Game page
X-Git-Url: https://git.auder.net/%7B%7B%20asset('mixstore/images/pieces/scripts/DESCRIPTION?a=commitdiff_plain;h=ec905cbcf0b554a430bd0ac6c386f6414bea2cad;p=vchess.git

Small margin adjustment on Game page
---

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