From 0bb88e2d26e453a7c994326161680b612c22af8e Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Mar 2021 17:15:38 +0100 Subject: [PATCH] Improved spacing and consistency mainly for the pages Impressum and Datenschutz. --- assets/css/style.css | 19 +++++++++++++++---- content/datenschutz/contents.lr | 2 +- content/impressum/contents.lr | 10 +++++----- templates/page.html | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 90b339b7..57448a0a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -39,7 +39,7 @@ body { font-family: 'Lato', sans-serif; font-weight: normal; - line-height: 1.4rem; + line-height: 1.5rem; color: var(--wtf-nearly-black); background-color: var(--wtf-light-grey) } @@ -465,15 +465,15 @@ h1 { font-family: 'Noto Serif'; font-size: 3.5rem; color: var(--wtf-orange); - margin: 1rem 0 2.5rem 0; + margin: 1rem 0 0 0; line-height: 1.2em; } h2 { font-family: 'Noto Serif'; font-size: 2rem; - line-height: 1.3em; - margin-top: 0.5em; + line-height: 1.1em; + margin-top: 1em; } .content__inner_third_heading { @@ -515,6 +515,12 @@ p { margin-bottom: 1rem; } +pre { + line-height: 1.5rem; + margin-bottom: 1rem; + margin-top: 0.15rem; +} + ul { list-style: disc; } @@ -543,6 +549,11 @@ i { font-family: 'Lato Italic', sans-serif; } +strong{ + font-family: 'Lato Bold', sans-serif; + font-weight: bold; +} + hr { color: var(--wtf-nearly-black); margin: 0.25rem 0; diff --git a/content/datenschutz/contents.lr b/content/datenschutz/contents.lr index 12a263e6..e21f540b 100644 --- a/content/datenschutz/contents.lr +++ b/content/datenschutz/contents.lr @@ -10,7 +10,7 @@ Verantwortlicher für die Erhebung, Verarbeitung und Nutzung Ihrer personenbezog Forsmannstr. 14 B 22303 Hamburg -**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf +**Vertreten durch den Vorstand:** Markus Klein, Frank Landgraf ## Betroffenenrechte: Rechte auf Auskunft, Berichtigung, Sperre, Löschung und Widerspruch diff --git a/content/impressum/contents.lr b/content/impressum/contents.lr index 57d30685..0440e0e1 100644 --- a/content/impressum/contents.lr +++ b/content/impressum/contents.lr @@ -11,14 +11,14 @@ body: Forsmannstr. 14 b 22303 Hamburg -**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf +**Vertreten durch den Vorstand:** Markus Klein, Frank Landgraf -**E-Mail** office@wtf-eg.de +**E-Mail:** office@wtf-eg.de **GnuPG Key:** [1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc) -**USt-ID** DE340116202 +**USt-ID:** DE340116202 ## Informationen nach § 2 DL-InfoV @@ -50,9 +50,9 @@ Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Forsmannstr. 14 b 22303 Hamburg -**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf +**Vertreten durch den Vorstand:** Markus Klein, Frank Landgraf -**E-Mail** office@wtf-eg.de +**E-Mail:** office@wtf-eg.de **GnuPG Key:** [1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc) diff --git a/templates/page.html b/templates/page.html index c4a79ee5..b6d15463 100644 --- a/templates/page.html +++ b/templates/page.html @@ -13,7 +13,7 @@

{{ this.title }}

-
+
{{ this.body }}