From 54888702679d55c58eee4a35a7619ed795e35e71 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 29 Jul 2021 13:49:00 +0300 Subject: [PATCH] css fix --- frontend/less/espo/elements/type.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/elements/type.less b/frontend/less/espo/elements/type.less index 5d96c3d719..99cb827b00 100644 --- a/frontend/less/espo/elements/type.less +++ b/frontend/less/espo/elements/type.less @@ -27,15 +27,20 @@ } h1 { - font-size: 32px; + font-size: 30px; + margin-top: 20px; + margin-bottom: 20px; } h2 { font-size: 26px; + margin-top: 19px; + margin-bottom: 16px; } h3 { font-size: 22px; + margin-bottom: 12px; } h4 {