From c86264332c0a9d9acf368635556b7f4b0b735406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Mon, 10 Apr 2023 06:45:54 +0200 Subject: [PATCH] index.css: Fix dd > ul spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Страхиња Радић --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 982fe8e..f9285c4 100644 --- a/index.css +++ b/index.css @@ -110,7 +110,7 @@ dd dd > ul { margin-top: -3em; - margin-left: 1em; + padding-left: 1.5em; } main > dl > dt, -- 2.45.2