From 28f7a4f7a9f08eb48aff94e465e2672e5b39ed09 Mon Sep 17 00:00:00 2001 From: Eric Lambrecht Date: Sun, 3 Feb 2019 14:55:13 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20changelog=20forma?= =?UTF-8?q?tting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/core/ChangelogModal.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/components/core/ChangelogModal.vue b/src/components/core/ChangelogModal.vue index fc4495da..c1bab123 100644 --- a/src/components/core/ChangelogModal.vue +++ b/src/components/core/ChangelogModal.vue @@ -59,7 +59,8 @@ export default { font-size: 15px; } ul { - list-style: disc; + list-style: disc inside; + margin-left: 2px; li { margin-top: 8px; } @@ -77,5 +78,19 @@ export default { border-bottom: 1px solid #F0F0f0; padding-bottom: 30px; } + + h1 + p { + margin-top: 20px; + } + + p + ul { + margin-top: 13px; + padding-left: 0; + list-style-type: circle; + } + + h1 + p + ul + p { + margin-top: 13px; + } }