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/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/src/style.css') 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