From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 6 Mar 2020 17:01:54 +0000 (+0100)
Subject: Add some margin around score infos
X-Git-Url: https://git.auder.net/doc/%7B%7B%20asset%28%27mixstore/current/index.css?a=commitdiff_plain;h=0cc44e583fd266eab65f1c9cb0fd79d07d99d319;p=vchess.git

Add some margin around score infos
---

diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue
index 6f7b4dce..228971a9 100644
--- a/client/src/components/MoveList.vue
+++ b/client/src/components/MoveList.vue
@@ -188,6 +188,11 @@ img.inline
   @media screen and (max-width: 767px)
     height: 18px
 
+#scoreInfo
+  margin: 10px 0
+  @media screen and (max-width: 767px)
+    margin: 5px 0
+
 span.score
   display: inline-block
   margin-left: 10px