From 8932b35e3f6dafa59cd579321c86749c0f12651b Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Mon, 29 Jul 2024 19:16:25 +0200 Subject: [PATCH] :lipstick: add spacing to list items --- newsletter/template/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newsletter/template/base.html b/newsletter/template/base.html index c8e3e76..85c09fc 100644 --- a/newsletter/template/base.html +++ b/newsletter/template/base.html @@ -33,6 +33,9 @@ br.gone { display: none; } + li { + margin-bottom: 8px; + } .gray { color: #828997;