From 15c15f7951bb7202675ff82d283d8ad1b232bf7a Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Wed, 21 Aug 2024 11:14:25 +0200 Subject: [PATCH] make The List a bit easier to read --- web/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/style.css b/web/style.css index 4e94e99..e03687c 100644 --- a/web/style.css +++ b/web/style.css @@ -23,3 +23,11 @@ h3 { font-style: italic; font-size: 110%; } + +li { + margin-top: 0.25rem; +} + +li>a { + text-decoration: none; +}