Fix different font between write and preview (#338)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
40ef4f47c8
commit
30cc42109f
|
@ -4,6 +4,14 @@
|
|||
|
||||
.markdownInput textarea {
|
||||
margin-top: -1px;
|
||||
font-size: 94%;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 767px) {
|
||||
.markdownInput textarea {
|
||||
line-height: 130%;
|
||||
}
|
||||
}
|
||||
|
||||
.markdownInput .text {
|
||||
|
|
Loading…
Reference in New Issue