From 27c3133f9078f40836d64d863436476cd64515d4 Mon Sep 17 00:00:00 2001 From: dsc Date: Fri, 7 May 2021 17:51:10 +0200 Subject: [PATCH] Fix navbar --- css/main.css | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 69d6536..c97d92b 100644 --- a/css/main.css +++ b/css/main.css @@ -313,18 +313,18 @@ ul { font-size: 1.25em; } -ul { +ul.todo { list-style: none; margin-left: 0; padding-left: 0; } -li { +ul.todo > li { padding-left: 1em; text-indent: -1em; } -li:before { +ul.todo > li:before { content: "+"; padding-right: 5px; } diff --git a/index.html b/index.html index 10ee6eb..73e80ef 100644 --- a/index.html +++ b/index.html @@ -318,7 +318,7 @@

Not a programmer? You don't need to be! There's more than one way to contribute. Examples include:

-