From 760a46ed5b7115262733af8a0545608f3eb75948 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 16 Jun 2022 18:17:15 +0200 Subject: [PATCH] Make list items a bit more dense --- my_theme/static/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/my_theme/static/css/main.css b/my_theme/static/css/main.css index b4a2c69..757c6ed 100644 --- a/my_theme/static/css/main.css +++ b/my_theme/static/css/main.css @@ -74,8 +74,7 @@ ol { margin: 0em 0 0 1.5em; } -li { margin-top: 0.5em; - margin-bottom: 1em; } +li { margin-top: 0.2em; } .post-info { float: right;