monospace type tweaks

This commit is contained in:
Coby Chapple 2013-04-04 18:15:33 +01:00
parent 65eadd4172
commit 7fa4633c00
1 changed files with 7 additions and 1 deletions

View File

@ -495,11 +495,17 @@ pre, code {
margin: 0;
padding: 0;
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
font-size: 16px;
font-size: 14px;
padding: 0 .5em;
line-height: 1.8em;
}
@media (min-width: 768px){
pre, code {
font-size: 16px;
}
}
.highlight, p > pre, p > code {
background: #333;
color: #fff;