diff --git a/src/css/custom.css b/src/css/custom.css index 51ca50b0..bfd36f8d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -185,6 +185,7 @@ a + .navbar__link > svg { .markdown :where(li):not(:where([class~="not-prose"] *)) { margin-bottom: 0; margin-top: 0; + line-height: 1.6; } .markdown @@ -271,4 +272,12 @@ blockquote p::after, .markdown blockquote p::after { content: none !important; display: none !important; +} + +p { + line-height: 1.6; +} + +.markdown img { + margin-bottom: 0; } \ No newline at end of file