From cbaaad38c9e3775a60ac1a2868706cfa784b307f Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 23 Nov 2022 18:53:40 +0100 Subject: Use unordered list instead of table on post index --- src/http/static/mediocre.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/http/static') diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index f588fa1..0187543 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -89,6 +89,10 @@ ul { list-style: circle; } +ul li { + margin-bottom: 1rem; +} + hr { margin: 2rem 0 2rem 0; border-color: var(--nc-bg-3); -- cgit v1.2.3