From f95b0fcf7cb2591973796cb9085defd004acacea Mon Sep 17 00:00:00 2001 From: Sahil Date: Wed, 10 Jul 2024 00:08:39 +0530 Subject: [PATCH] fixed margin issue (#939) fixed issue for left margin which was less and wasn't showing content as expected --- jsdoc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc/style.css b/jsdoc/style.css index 67a7268d..91c3a41b 100644 --- a/jsdoc/style.css +++ b/jsdoc/style.css @@ -29,7 +29,7 @@ h4.name { } div#main { - margin-left: 260px; + margin-left: 300px; float: none; }