From 12ed096eb7581922574b0934c2da71c4563cdd46 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 27 Nov 2021 09:19:36 +0100 Subject: css: add margin-bottom to li --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 4f8fe7f..faf9491 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,10 @@ ul { columns: 300px; } +li { + margin-bottom: 0.5em; +} + code { font-size: 1.1em; } -- cgit v1.2.3