Fix size of code blocks in headlines and make the line spacing more pleasant.
This commit is contained in:
parent
8714d3b650
commit
71f639e503
@ -84,7 +84,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: var(--main-max-width);
|
max-width: var(--main-max-width);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.2;
|
line-height: 1.4;
|
||||||
padding-bottom: 8rem;
|
padding-bottom: 8rem;
|
||||||
|
|
||||||
/* A stand-alone blog post (not in a blog stream). */
|
/* A stand-alone blog post (not in a blog stream). */
|
||||||
@ -166,7 +166,6 @@ body {
|
|||||||
.code,
|
.code,
|
||||||
.verbatim {
|
.verbatim {
|
||||||
font-family: var(--src-font-family);
|
font-family: var(--src-font-family);
|
||||||
font-size: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote_block {
|
.quote_block {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user