From fec979ea72fc3cbde9a77d6adc45d64ddcde3c93 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 5 May 2020 10:43:51 +0200 Subject: [PATCH] Set the same line height for ol as for ul --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f19aa77..029e295 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,7 +26,7 @@ html { body { margin: 0; } -p, ul { +p, ul, ol { line-height: 1.6em; }