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;
|
display: inline;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.7em;
|
line-height: 1.6em;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,8 @@ code {
|
|||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
background: none;
|
background: none;
|
||||||
font-size: 100%;
|
font-size: 14px;
|
||||||
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
.highlight pre codesite/sidebar/reorganize {
|
.highlight pre codesite/sidebar/reorganize {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user