werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit 0af75f4927d848bc90af13ca34776bd528e542c8
parent 322d16d1abbd3fb716ee9d5e53929130dd9550fb
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Thu, 10 Mar 2022 07:26:13 +0000

tweak: no left margin for headers

Diffstat:
Mpub/style/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }