From 503a8d39aa0b7b6040a3153d0082191ded215985 Mon Sep 17 00:00:00 2001 From: Minori Tokuda Date: Wed, 14 Jul 2021 09:24:09 +0900 Subject: [PATCH] fix style of list elements --- static/css/app.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index e2b7cb0..c2783e8 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -26,9 +26,6 @@ blockquote { margin: 0 1em 2em 1em; } -blockquote > p { -} - hr { height:0; border:0; @@ -65,10 +62,17 @@ table tr:nth-child(even) td { } .article-body > p { - line-height: 2em; margin-bottom: 2.5em; } +.article-body ul { + margin: 2em 0; +} + +.article-body ul li { + margin: 1em 0; +} + .article-heading { margin-bottom: 2.5em; }