From c0e7b3a73d89d72e555bfeb28fe434a8133633a2 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Mon, 30 Sep 2019 10:25:52 +0200
Subject: [PATCH] formatting

---
 .../i18n/data-protection/data-protection.scss      |  8 +++-----
 src/assets/i18n/demo/demo.scss                     | 14 +++++++++++++-
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/src/assets/i18n/data-protection/data-protection.scss b/src/assets/i18n/data-protection/data-protection.scss
index a878bac9e..63be1293b 100644
--- a/src/assets/i18n/data-protection/data-protection.scss
+++ b/src/assets/i18n/data-protection/data-protection.scss
@@ -1,10 +1,8 @@
-h1 {
-  font-size: large;
-  font-family: Roboto, "Helvetica Neue", sans-serif;
-  color: var(--on-surface);
+h2 {
+  padding-top: 20px;
 }
 
-h1,p{
+p {
   word-break: break-word;
   -ms-hyphens: auto;
   -webkit-hyphens: auto;
diff --git a/src/assets/i18n/demo/demo.scss b/src/assets/i18n/demo/demo.scss
index 1cc66d9c1..d9afe5b20 100644
--- a/src/assets/i18n/demo/demo.scss
+++ b/src/assets/i18n/demo/demo.scss
@@ -1,3 +1,7 @@
+h2 {
+  padding-top: 20px;
+}
+
 p {
   word-break: break-word;
   -ms-hyphens: auto;
@@ -5,6 +9,14 @@ p {
   hyphens: auto;
 }
 
+ol {
+  padding-left: 1em;
+}
+
+li {
+  padding-bottom: 10px;
+}
+
 iframe {
   width: 100%;
 }
@@ -12,9 +24,9 @@ iframe {
 .videoWrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
-  padding-top: 25px;
   height: 0;
 }
+
 .videoWrapper iframe {
   position: absolute;
   top: 0;
-- 
GitLab