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; +}