mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-21 00:30:47 +00:00
Make pre code blocks have more consistent font size and line height
This commit is contained in:
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%;
|
||||
|
||||
Reference in New Issue
Block a user