From 40d2fa55bf63d778ad8ef6109b5a6d829e265f8a Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 22:25:01 +0200 Subject: [PATCH] remove bottom padding from ul --- site/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/site/index.css b/site/index.css index 80b240a..26394ea 100644 --- a/site/index.css +++ b/site/index.css @@ -41,7 +41,6 @@ pre:has(code) code { ul { list-style-position: inside; - padding-bottom: 1em; } li {