website: fix small font size on code samples

This commit is contained in:
Mike Wickett 2018-10-23 11:48:58 -04:00 committed by RJ Spiker
parent 9b6026153b
commit 2953cd5191
1 changed files with 6 additions and 3 deletions

View File

@ -27,9 +27,12 @@
}
/* TODO: this should be applied in global styles, temporary override here */
& pre code,
& code,
& pre {
& pre,
& code {
font-size: 0.875em;
}
& pre code {
font-size: 1em;
}
}