1
0
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:
Timur Ismagilov 2021-08-19 00:11:35 +05:00
parent a8ec179668
commit 3a02721f80

View File

@ -82,7 +82,7 @@ header { width: 100%; margin-bottom: 1rem; }
html { height:100%; padding:0; }
body { margin: 0; font-size:16px; font-family: sans-serif; color: black; }
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__title { margin-top: 0; }