From 177cf9d2eb11ad22887357b3e1df368631e39134 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 13 Aug 2022 10:35:58 +0200 Subject: [PATCH] fix: style for headline margin --- src/app/subtitle/subtitle.component.css | 1 + src/app/title/title.component.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/subtitle/subtitle.component.css b/src/app/subtitle/subtitle.component.css index 6e66179..aa3b94d 100644 --- a/src/app/subtitle/subtitle.component.css +++ b/src/app/subtitle/subtitle.component.css @@ -47,5 +47,6 @@ h2 { h2 { text-align: left; + margin: 0 0.2em; } } diff --git a/src/app/title/title.component.css b/src/app/title/title.component.css index 8693a37..ecffdea 100644 --- a/src/app/title/title.component.css +++ b/src/app/title/title.component.css @@ -46,6 +46,7 @@ h1 { } h1 { + margin: 1em 0.2em; text-align: left; } } -- 2.39.5