From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 19 Mar 2020 13:43:44 +0000 (+0100)
Subject: Improve news style
X-Git-Url: https://git.auder.net/%7B%7B%20asset%28%27mixstore/css/user/doc/pieces/common.css?a=commitdiff_plain;h=9493b39518ed2695a4b825f01bd5bfc7fb7347d2;p=vchess.git

Improve news style
---

diff --git a/client/src/views/News.vue b/client/src/views/News.vue
index e7fabe3a..a4ce5798 100644
--- a/client/src/views/News.vue
+++ b/client/src/views/News.vue
@@ -183,7 +183,7 @@ export default {
 };
 </script>
 
-<style lang="sass" scoped>
+<style lang="sass">
 [type="checkbox"].modal+div .card
   max-width: 767px
   max-height: 100%
@@ -214,7 +214,13 @@ span.ndt
   & > .dev-buttons
     display: inline-block
   & > .news-content
-    margin: 0
+    margin: var(--universal-margin)
+    & > p
+      margin: 10px 0
+    & > br
+      display: block
+      margin-top: 10px
+      content: " "
 
 .margintop
   margin-top: 25px