implement small-headlines class especially for long legal texts
This commit is contained in:
parent
d5b64fc407
commit
b7017d4d3f
@ -29,6 +29,18 @@ main
|
|||||||
column-gap: 3em
|
column-gap: 3em
|
||||||
column-rule: 1px solid #ddd
|
column-rule: 1px solid #ddd
|
||||||
|
|
||||||
|
.small-headlines
|
||||||
|
h1
|
||||||
|
font-size: 2rem
|
||||||
|
h2
|
||||||
|
font-size: 1.5rem
|
||||||
|
h3
|
||||||
|
font-size: 1.25rem
|
||||||
|
font-weight: 500
|
||||||
|
h4,h5,h6
|
||||||
|
font-size: 1.0rem
|
||||||
|
font-weight: 600
|
||||||
|
|
||||||
footer > nav > ul
|
footer > nav > ul
|
||||||
width: 100%
|
width: 100%
|
||||||
background-color: hsl(268, 20%, 34%)
|
background-color: hsl(268, 20%, 34%)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Datenschutzerklärung
|
title: Datenschutzerklärung
|
||||||
---
|
---
|
||||||
<div markdown="1" class="multi-col">
|
<div markdown="1" class="multi-col small-headlines">
|
||||||
# Datenschutzerklärung
|
# Datenschutzerklärung
|
||||||
*Stand: 06.08.2023*
|
*Stand: 06.08.2023*
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Impressum
|
title: Impressum
|
||||||
---
|
---
|
||||||
<div markdown="1" class="multi-col">
|
<div markdown="1" class="multi-col small-headlines">
|
||||||
# Impressum
|
# Impressum
|
||||||
|
|
||||||
## Angaben gemäß § 5 TMG
|
## Angaben gemäß § 5 TMG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user