From 913f4a6ddca1e239b4cb8a4da39e53141bc7e654 Mon Sep 17 00:00:00 2001 From: RafsanAmin Date: Fri, 11 Oct 2024 19:48:31 +0600 Subject: [PATCH] fixed height --- src/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index d0cc0a8..a8ad8af 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -416,6 +416,10 @@ p { list-style-position: inside; } +.ques code { + line-height: 0.75; +} + .ques li::marker { color: #3b82f6; font-weight: bold;