diff --git a/content/pages/impressum.md b/content/pages/impressum.md index 1bbc4fc..1690892 100644 --- a/content/pages/impressum.md +++ b/content/pages/impressum.md @@ -15,7 +15,6 @@ Tobias Radloff c/o Block Services Stuttgarter Str. 106 70736 Fellbach - Email: kontakt [at] tobias-radloff [punkt] de diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index 1973564..ceab169 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -276,6 +276,11 @@ h1, h2, h3, h4, h5, h6 { flex: 0 1 content; } +.required:after { + content: " *"; + color: red; +} + /* Main content */ #main-header h1, @@ -423,6 +428,16 @@ figcaption { --pico-font-size: 1.25rem; } + h3 { + --pico-font-size: 1.125rem; + margin-top: var(--pico-typography-spacing-vertical); + } + + h4 { + --pico-font-size: 1rem; + margin-top: var(--pico-typography-spacing-vertical); + } + blockquote { margin-top: 0px; padding-top: 0px; diff --git a/theme/templates/includes/contact_form.html b/theme/templates/includes/contact_form.html index 3d77a32..601a86a 100644 --- a/theme/templates/includes/contact_form.html +++ b/theme/templates/includes/contact_form.html @@ -1,19 +1,19 @@