Make pre code blocks have more consistent font size and line height
This commit is contained in:
parent
46c773aba6
commit
f6cbc879ef
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user