From 796bbd04f579ed2d8c2e04fcd710eb00a1f6528c Mon Sep 17 00:00:00 2001 From: TeshuKatepalli Date: Mon, 11 Dec 2023 12:04:29 +0530 Subject: [PATCH] Added block-small property to make small text in block --- styles/Typo.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/Typo.css b/styles/Typo.css index 160fd02..1690d23 100644 --- a/styles/Typo.css +++ b/styles/Typo.css @@ -931,6 +931,11 @@ body.mrna input[type="submit"]:hover { line-height: 1.1em!important; } +.block-small { + font-size: 12px!important; + line-height: 1.1em!important; +} + .no-inner-space { padding: 0!important; }