From 4caa06322171ff64b0b70a73302720e802dd667d Mon Sep 17 00:00:00 2001 From: Shane Hou Date: Sun, 15 Aug 2021 15:25:49 +0800 Subject: Making the nested `
  • ` style more consistent Add a 20px margin top on nested `
  • `s --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0351aea..a9fd357 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -685,14 +685,14 @@ b { .article.markdown-body li>*, .article.markdown-body blockquote>*, .article.markdown-body .footnotes>* { - margin-top: 0; + margin-top: 20px; margin-bottom: 20px; } .article.markdown-body> :first-child, .article.markdown-body li> :first-child, .article.markdown-body blockquote> :first-child { - margin-top: 0; + margin-top: 20px; } .article.markdown-body> :last-child, @@ -771,4 +771,4 @@ b { .article.markdown-body .lntable tr>:first-child { border-right: 1px dashed #e6e6e6; -} \ No newline at end of file +} -- cgit v1.2.3