mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Increase line height for new font, add quotes around fonts
This commit is contained in:
parent
3c36233e6b
commit
82a99d5537
1 changed files with 2 additions and 1 deletions
|
|
@ -78,8 +78,9 @@ $phone-width: $tablet-width - $nav-width; // min width before reverting to mobil
|
||||||
}
|
}
|
||||||
|
|
||||||
%code-font {
|
%code-font {
|
||||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue