Make pre code blocks have more consistent font size and line height

This commit is contained in:
Ryan Richard 2023-09-08 12:12:22 -07:00
parent 46c773aba6
commit f6cbc879ef
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@ li {
display: inline;
padding-right: 25px;
font-size: 14px;
line-height: 1.7em;
line-height: 1.6em;
&:last-of-type {
padding-right: 0px;
}
@ -239,4 +239,4 @@ button {
url("/fonts/Metropolis-SemiBoldItalic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
}

View File

@ -9,7 +9,8 @@ code {
}
pre code {
background: none;
font-size: 100%;
font-size: 14px;
line-height: 1.6em;
}
.highlight pre codesite/sidebar/reorganize {
font-size: 100%;