From e5fb80009b6c248a41e47eeb9a11f506bb85047b Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Oct 2024 21:02:56 -0400 Subject: refactor: removed title argument to simplify code --- example/src/_header.html | 2 +- example/src/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'example/src') diff --git a/example/src/_header.html b/example/src/_header.html index d90b226..a0923f4 100644 --- a/example/src/_header.html +++ b/example/src/_header.html @@ -22,7 +22,7 @@ diff --git a/example/src/style.css b/example/src/style.css index 4489ae8..5080521 100644 --- a/example/src/style.css +++ b/example/src/style.css @@ -46,7 +46,7 @@ a:hover, a:focus { } li + li { - margin-top:1em; + margin-top:0.2em; } ul img { -- cgit v1.2.3