Fix size of code blocks in headlines and make the line spacing more pleasant.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
build Build build has succeeded
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2025-02-16 20:09:17 -05:00
parent 8714d3b650
commit 71f639e503

View File

@@ -84,7 +84,7 @@ body {
width: 100%;
max-width: var(--main-max-width);
font-size: 1.2rem;
line-height: 1.2;
line-height: 1.4;
padding-bottom: 8rem;
/* A stand-alone blog post (not in a blog stream). */
@@ -166,7 +166,6 @@ body {
.code,
.verbatim {
font-family: var(--src-font-family);
font-size: 1rem;
}
.quote_block {