From 30cc42109fda397cbc75c31202b51431722053f3 Mon Sep 17 00:00:00 2001 From: ekzyis <27162016+ekzyis@users.noreply.github.com> Date: Tue, 4 Jul 2023 21:36:55 +0200 Subject: [PATCH] Fix different font between write and preview (#338) Co-authored-by: ekzyis --- components/form.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/form.module.css b/components/form.module.css index 97f443ac..76ced7ed 100644 --- a/components/form.module.css +++ b/components/form.module.css @@ -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 {