werc-1.5.0-tweaks

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

commit 88bd77fd09c214bbddc2d10e9946fa99b9af7e75
parent d145779ed027485ae833ba8f6c36809fbf9316df
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Thu, 13 Jul 2023 21:14:24 +0000

add line height to h1

Diffstat:
Mpub/style/style.css | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -70,7 +70,7 @@ header { } header h1 { - margin: 1em 0 1em 0.7em; + margin: 0.5em 0 0.5em 0.7em; color:#333; } @@ -93,6 +93,12 @@ header nav { /* Not used by me, but used by suckless.org */ justify-content: space-between; } +/* Header */ + +h1 { + line-height: 110%; +} + /* Navigation bar */ nav {