reduce line height for code blocks

This commit is contained in:
Dennis Eichhorn 2020-10-05 19:30:25 +02:00
parent 3b8e2140f4
commit 1f9ace91af

View File

@ -49,7 +49,7 @@ article {
border: 1px solid #ddd;
border-left: 3px solid var(--button-colored-background);
background: #f4f4f4;
line-height: 1.5rem;
line-height: 1rem;
font-size: .8rem;
code {