Improved spacing and consistency mainly for the pages Impressum and Datenschutz.

This commit is contained in:
Stephan 2021-03-21 17:15:38 +01:00
parent 57ab745701
commit 0bb88e2d26
4 changed files with 22 additions and 11 deletions

View File

@ -39,7 +39,7 @@
body { body {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-weight: normal; font-weight: normal;
line-height: 1.4rem; line-height: 1.5rem;
color: var(--wtf-nearly-black); color: var(--wtf-nearly-black);
background-color: var(--wtf-light-grey) background-color: var(--wtf-light-grey)
} }
@ -465,15 +465,15 @@ h1 {
font-family: 'Noto Serif'; font-family: 'Noto Serif';
font-size: 3.5rem; font-size: 3.5rem;
color: var(--wtf-orange); color: var(--wtf-orange);
margin: 1rem 0 2.5rem 0; margin: 1rem 0 0 0;
line-height: 1.2em; line-height: 1.2em;
} }
h2 { h2 {
font-family: 'Noto Serif'; font-family: 'Noto Serif';
font-size: 2rem; font-size: 2rem;
line-height: 1.3em; line-height: 1.1em;
margin-top: 0.5em; margin-top: 1em;
} }
.content__inner_third_heading { .content__inner_third_heading {
@ -515,6 +515,12 @@ p {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
pre {
line-height: 1.5rem;
margin-bottom: 1rem;
margin-top: 0.15rem;
}
ul { ul {
list-style: disc; list-style: disc;
} }
@ -543,6 +549,11 @@ i {
font-family: 'Lato Italic', sans-serif; font-family: 'Lato Italic', sans-serif;
} }
strong{
font-family: 'Lato Bold', sans-serif;
font-weight: bold;
}
hr { hr {
color: var(--wtf-nearly-black); color: var(--wtf-nearly-black);
margin: 0.25rem 0; margin: 0.25rem 0;

View File

@ -10,7 +10,7 @@ Verantwortlicher für die Erhebung, Verarbeitung und Nutzung Ihrer personenbezog
Forsmannstr. 14 B Forsmannstr. 14 B
22303 Hamburg 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 ## Betroffenenrechte: Rechte auf Auskunft, Berichtigung, Sperre, Löschung und Widerspruch

View File

@ -11,14 +11,14 @@ body:
Forsmannstr. 14 b Forsmannstr. 14 b
22303 Hamburg 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:** **GnuPG Key:**
[1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc) [1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc)
**USt-ID** DE340116202 **USt-ID:** DE340116202
## Informationen nach § 2 DL-InfoV ## Informationen nach § 2 DL-InfoV
@ -50,9 +50,9 @@ Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer
Forsmannstr. 14 b Forsmannstr. 14 b
22303 Hamburg 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:** **GnuPG Key:**
[1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc) [1129A9F509FE1B36287202A2FE8772F9FB5D572F](/gnupg/1129A9F509FE1B36287202A2FE8772F9FB5D572F.asc)

View File

@ -13,7 +13,7 @@
<h1>{{ this.title }}</h1> <h1>{{ this.title }}</h1>
</div> </div>
</div> </div>
<section class="content -odd -columns"> <section class="content -odd">
<div class="content__box"> <div class="content__box">
<div class="content__inner_box"> <div class="content__inner_box">
{{ this.body }} {{ this.body }}