mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
Increase line height in the editor
This commit is contained in:
parent
a8ec179668
commit
3a02721f80
@ -82,7 +82,7 @@ header { width: 100%; margin-bottom: 1rem; }
|
|||||||
html { height:100%; padding:0; }
|
html { height:100%; padding:0; }
|
||||||
body { margin: 0; font-size:16px; font-family: sans-serif; color: black; }
|
body { margin: 0; font-size:16px; font-family: sans-serif; color: black; }
|
||||||
input, kbd { font: inherit; color: inherit; }
|
input, kbd { font: inherit; color: inherit; }
|
||||||
textarea {font-size:16px; font-family: inherit;}
|
textarea {font-size:16px; font-family: inherit; line-height: 150%; }
|
||||||
|
|
||||||
.edit { min-height: 80vh; }
|
.edit { min-height: 80vh; }
|
||||||
.edit__title { margin-top: 0; }
|
.edit__title { margin-top: 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user