hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit f835b9122acf2bd38cb0129c38116107965b3d61
parent 29872d04f52fb3ff740cb4070397defdcb98eaa7
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Mon, 14 Nov 2022 19:32:47 -0500

Increase h1 bottom margin

Diffstat:
Msrc/css/modules/hentry.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/css/modules/hentry.css b/src/css/modules/hentry.css @@ -14,6 +14,10 @@ word-break: break-all; } +.hentry > h1 { + margin-bottom: 1em; +} + .hentry h1.p-name .u-bookmark-of, .hentry h2.p-name .u-url { all: inherit;