0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fix relative em sizing bug

This commit is contained in:
John O'Nolan 2014-09-26 20:35:10 +02:00
parent 586de0141d
commit e502183f48

View file

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