mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Doc] Tweak font size for code examples
This commit is contained in:
parent
6e170b3187
commit
a853938337
@ -47,3 +47,10 @@ div.admonition.tip>.admonition-title:after {
|
|||||||
color:var(--pst-color-info);
|
color:var(--pst-color-info);
|
||||||
content:var(--pst-icon-admonition-tip)
|
content:var(--pst-icon-admonition-tip)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.highlight pre {
|
||||||
|
/* Reduced padding around code blocks from default of 1 rem */
|
||||||
|
padding: .5rem;
|
||||||
|
/* Slight reduction in font size so 80 characters fit on most display sizes */
|
||||||
|
font-size: 0.78rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user