css: change line-height of code blocks to 1.4

This commit is contained in:
erciccione 2021-09-02 08:40:41 +02:00
parent 076421c213
commit 1e53ae7011
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -1131,7 +1131,7 @@ code {
margin: 0 0.2rem;
border-radius: 0.2rem;
text-indent: 0;
line-height: 1.1rem;
line-height: 1.4rem;
}
pre.highlight {