Fix relative em sizing bug

This commit is contained in:
John O'Nolan 2014-09-26 20:35:10 +02:00
parent 4ff2e0ad52
commit 55576226ab

View File

@ -192,10 +192,13 @@
left: 0;
right: 0;
bottom: 0;
font-family: $font-family-mono;
font-size: 1.4em;
line-height: 1.56em;
color: lighten($darkgrey, 10%);
pre {
font-size: 1.6rem;
line-height: 1.56em;
font-family: $font-family-mono;
color: lighten($darkgrey, 10%);
}
.CodeMirror-focused,
.CodeMirror-selected {