From 83cdae8b48a8856cae7569e2ebc7e12222a8dde4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 06 Apr 2025 10:59:51 +0800 Subject: [PATCH] CSS: Make lists in the README a bit more sparse --- forged/static/style.css | 4 ++++ diff --git a/forged/static/style.css b/forged/static/style.css index 30256fe0b5597959335e8b27016a46deda42d368..96ba54ac7401cf9e15d1a6fcd3c6275b3885ea21 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -123,6 +123,10 @@ word-break: break-word; line-height: 1.3; } +#readme li + li, #readme li:first-child { + margin-top: 0.5rem; +} + /* Table styles */ table { border: var(--lighter-border-color) solid 1px; -- 2.48.1