From ea994d84a944eb75bbdbc8bf33e2ae38c35b1761 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 7 Sep 2021 13:00:46 +0100 Subject: [PATCH] styling --- public/editor-files/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/editor-files/style.css b/public/editor-files/style.css index ed94ed6..166593e 100644 --- a/public/editor-files/style.css +++ b/public/editor-files/style.css @@ -264,15 +264,15 @@ body, input { margin-bottom: 20px; border: 0; font-weight: bold; - font-size: 38px; + font-size: 24px; width: 100%; } #post-image { margin-top: 20px; margin-bottom: 20px; border: 0; - font-weight: bold; - font-size: 38px; + font-weight: normal; + font-size: 18px; width: 100%; }