From 9493b39518ed2695a4b825f01bd5bfc7fb7347d2 Mon Sep 17 00:00:00 2001 From: Benjamin Auder <benjamin.auder@somewhere> Date: Thu, 19 Mar 2020 14:43:44 +0100 Subject: [PATCH] Improve news style --- client/src/views/News.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.44.0