From 0af75f4927d848bc90af13ca34776bd528e542c8 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 10 Mar 2022 07:26:13 +0000 Subject: [PATCH] tweak: no left margin for headers --- pub/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/style/style.css b/pub/style/style.css index cddb670..3741f09 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -31,7 +31,7 @@ header a { } header h1 span { - margin-left: 1em; + margin-left: 0em; font-size: 50%; font-style: italic; }