- commit
- 1f0fce2d54b58d8f1398738a606026d40a08e47c
- parent
- 68398b7aeaebfb0aac555e39a76f8c0d9068ec38
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-20 04:48
increase line-height
Diffstat
| M | static/style.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
@@ -13,6 +13,7 @@ textarea {
13 13 padding: 0.5em;
14 14 box-sizing: border-box;
15 15 font-size: 120%;
-1 16 line-height: 1.5;
16 17 }
17 18
18 19 textarea[readonly] {